/* Normalize.css - Table Styles */
.original-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

.original-table td,
.original-table th {
    padding: 0;
}

/* Block Article WYSIWYG - Table Styles */
.original-table table {
    display: table;
    margin: 0;
    border: none;
    border-collapse: collapse;
    width: 100% !important;
}

.original-table table thead tr {
    border-bottom: 1px solid #000;
}

.original-table table thead tr th {
    padding: 10px 5px 10px 15px;
    text-align: left;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
@media screen and (max-width:640px) {
  .original-table table :is(th, td) {
    font-size:13px;
    padding:.6rem !important;
  }
}

.original-table table tbody tr {
    border-bottom: 1px solid #d8d8d8;
}

.original-table table tbody tr:last-child {
    border-bottom: none;
}

.original-table table tbody tr td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
}

.original-table table tfoot tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.original-table table tfoot tr td {
    padding: 20px 5px 20px 0;
    text-align: left;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}

/* Block WYSIWYG - Table Styles */
.blockWysiwyg .content .wrapper table {
    display: table;
    margin: 0;
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.blockWysiwyg .content .wrapper table thead tr {
    border-bottom: 1px solid #000;
}

.blockWysiwyg .content .wrapper table thead tr th {
    padding: 10px 5px 10px 0;
    text-align: left;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.blockWysiwyg .content .wrapper table tbody tr {
    border-bottom: 1px solid #d8d8d8;
}

.blockWysiwyg .content .wrapper table tbody tr:last-child {
    border-bottom: none;
}

.blockWysiwyg .content .wrapper table tbody tr td {
    padding: 15px 5px 15px 0;
    text-align: left;
    vertical-align: middle;
}

.blockWysiwyg .content .wrapper table tfoot tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.blockWysiwyg .content .wrapper table tfoot tr td {
    padding: 20px 5px 20px 0;
    text-align: left;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}
