#six-califonias-data {
    min-width: 992px;
}


.text-highlight {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.new-heading h2 {
    font-size: 44px;
    font-weight: bold;
}
.new-heading h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.data-overview {
    
}
.data-overview ul{
    margin: 0;
    padding: 0;
}
.data-overview ul li
{
    list-style-type: none;
}
.fa-arrow-right {
    margin-right: 10px;
}
.data-overview ul li a {
    text-decoration: none;
    color: #c53c26;
     font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.table-cell {
    float: left;
    width: 137px;
    text-align: center;
}
.left-most-cell {
    width: 180px;
    text-align: left;
}

.featured .table-heading {
    margin-top: -10px;
    height: 55px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 0px solid #000000;
    padding-top: 25px;
}

.left-most-cell .table-heading {
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    border: 0px solid #000000;
    padding-left: 20px;
}

.right-most-cell .table-heading {
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}

.table-heading {
    background: #443e40;
    height: 45px;
    padding-top: 15px;
}

.table-heading h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 14px;
   color: #fff;
   font-weight: 300;
   text-transform: none;
}

.font_400 {
    font-weight: 400;
}

.asterisk {
    font-size: 0.75em;
}

/********************************************/
/*********  TABLE STYLING *******************/

#six-california-statistic {
    border-collapse: collapse;
    border-spacing: 0;
}

#six-california-statistic td.featured-cell {
    background: #eae8e8 !important;
    font-size: 22px;
    font-weight: 600;
}

#six-california-statistic td {
    border-bottom: 1px solid #d1d3d4;
    color: #443e40;
    font-family: "Oswald",sans-serif;
    font-size: 32px;
    font-weight: 500;
    padding: 12px 0;
    text-align: center;
    width: 140px;
    height: 73px;
}

#six-california-statistic .state-to-state td {
    height: 60px;
}

#six-california-statistic tr.evenRow td {
    background: #fff;
}

#six-california-statistic tr.oddRow td {
    background: #fcf9f9
}

#six-california-statistic tr td:first-child {
    width: 190px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
    padding-left: 0;
    color: #332f30;
}

.table-date {
    color: #595153;
    font-size: 11px;
    display: block;
}

.cell-sub {
    color: #808285;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
}

#six-california-statistic td.featured-cell .table-percent {
    font-weight: normal !important;
    font-size: 14px !important;
}
.table-number-featured {
    display: block;
    margin-bottom: -10px;
}
.table-lowest {
    border-bottom: 5px solid #de3d2b;
}
.table-highest {
    border-bottom: 5px solid #00ac5f;
}

.table-percent {
    font-size: 18px;
}

.sub-table {
    margin: 20px 0 60px 0;
}

.sub-table ul {
    padding: 0;
    margin: 0;
}

.sub-table ul li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

.highest-info {
    display: inline-block;
    width: 50px;
    border-top: 5px solid #00ac5f;
}

.lowest-info {
    display: inline-block;
    width: 50px;
    border-top: 5px solid #de3d2b;
}

sup {
    top: -0.25em;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}


.panel-header {
    background: #443e40;
    padding: 10px 0 10px 20px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 0px solid #000000;
}

.panel-header h3 {
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
}

.panel-body {
    border: 1px solid #dedfe0;
    padding-bottom: 5px;
}

.panel-state-image {
    margin: 0 0 20px 40px;
}

.panel-table {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
}

.panel-table thead th:first-child {
    background: #efefef;
}

.panel-table th {
    border-bottom: 1px solid #bebebf;
    background: #d7d9dc;
    color: #333;
    text-align: center;
    padding: 3px 0 5px;
}

.panel-table td {
    width: 140px;
    border-bottom: 1px solid #dedfe0;
    color: #443e40;
    font-family: "Oswald",sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    width: 140px;
    background: #fff;
}

.panel-table tr td:first-child {
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-left: 8px;
    text-align: left;
}

.panel-table td.panel-table-last-cell {
    font-size: 15px;
    padding-right: 8px;
    padding-left: 8px;
}

.note-table {
    padding-top: 5px;
    display: block;
    font-size: 12px;
}

table.state-to-state {
    margin-top: 10px;
}

.state-to-state .percent {
    font-size: 0.5em;
}

.low_state,
.high_state {
    border-bottom: 3px solid #00ac5f;
}
.low_state { border-color: #de3d2b;}
.high_state { border-color: #00ac5f;}



@media screen and ( max-width: 1199px ){

    .left-most-cell,
    #six-california-statistic tr td:first-child {
        width: 138px;
    }

    .table-cell.featured { width: 110px;}
    .table-cell {
        width: 121px;
    }

}