#traffic-volumes .header__title {
    color: #000;
    padding: 30px 0;
}
#traffic-volumes .push__how {
    width: auto;
}

#traffic-volumes .table-bordered {
    border: 1px solid #ddd;
}
#traffic-volumes .table {
    margin: 0 auto;
    min-width: 75%;
}
#traffic-volumes .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#traffic-volumes .table>tbody>tr>td,
#traffic-volumes .table>tbody>tr>th,
#traffic-volumes .table>tfoot>tr>td,
#traffic-volumes .table>tfoot>tr>th,
#traffic-volumes .table>thead>tr>td,
#traffic-volumes .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#traffic-volumes .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
#traffic-volumes .table-bordered>tbody>tr>td,
#traffic-volumes .table-bordered>tbody>tr>th,
#traffic-volumes .table-bordered>tfoot>tr>td,
#traffic-volumes .table-bordered>tfoot>tr>th,
#traffic-volumes .table-bordered>thead>tr>td,
#traffic-volumes .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
#traffic-volumes .table-bordered>thead>tr>td,
#traffic-volumes .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
#traffic-volumes .table>caption+thead>tr:first-child>td,
#traffic-volumes .table>caption+thead>tr:first-child>th,
#traffic-volumes .table>colgroup+thead>tr:first-child>td,
#traffic-volumes .table>colgroup+thead>tr:first-child>th,
#traffic-volumes .table>thead:first-child>tr:first-child>td,
#traffic-volumes .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

/*
disable change header color to white
.frontpage .fixed.desktop-nav {
    background: rgba(255, 255, 255, .95);
}
.desktop-nav.faq {
    background-color: rgba(255, 255, 255, .95);
}
*/

@media screen and (max-width: 1100px)
{
    .frontpage .icon.logo {
        fill: #fff;
    }
}