.tabs {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
    background: #ffffff;
}
.tabs a, .tabs a:visited {
    display: inline-block;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    font-size: 1.5rem;
    font-weight: 700;
}
.header-navbar {
    min-height: 40px;
    background: 0 0;
    border: 0;
    font-size: 1.2rem;
    margin-bottom: -38px;
    border-radius: 0;
}
.header-middle {
    padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
    .two-column-content {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .three-column-content {
        width: 100%;
    }
}
.category_menu, .children {
        background: #004f39;
    }
.three-column-content .snapshot_vertical:not(.list-style) .list_div_item {
        width: 33.3%;
    }