/*
 *  Author: Katie Blasl
 *  Version: 3.1.31
*/

ul.kb-tabs li {
    text-decoration: none;
    display: inline-block;
}

ul.kb-tabs {
    text-align: center;
}

ul.kb-tabs button {
    background-color: #B6181B;
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
    margin-top: 5px;
    font-weight: 400;
}

ul.kb-tabs li.ui-state-active button {
    background-color: #771a09;
}

.kb-chart h3 {
    text-align: center;
}


/* Table */

.kb-covid-table .row-header {
    font-weight: 800;
}

.kb-covid-table th {
    font-size: .9rem;
}

.last-updated {
    font-size: .8rem;
    font-weight: 800;
    color: #e12025;
}

.covid-sub {
    font-size: .7rem;
    text-align: right;
    padding-top:20px;
    float: right;
    line-height: 1rem;
}

.kb-covid-table-heading {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}