.table th, .table td {
    border: none;
}
.table th,.legend-table {
    font-size:14px;
}
.table thead th, td {
    font-size:18px;
}
.table .border-bottom{
    border-bottom: 2px solid #dee2e6 !important;
}

tr.totals th, tr.totals td {
    border-top: 3px solid #054686 !important;
}
.table-featured tbody tr:not(.totals) th {
    color: #000 !important;
    font-weight:500 !important;
}
.table-featured thead th:nth-child(2) {
    color: #8EABC8;
}
.table-featured tbody td:nth-child(2) {
    color: #8EABC8;
}
.table th {
    text-transform: uppercase;
}
