.specifications-container.four-products .table.table-specifications tr td:first-child,
.specifications-container.four-products .table.table-specifications tr th,
.specifications-container.four-products .table.table-specifications tr th:first-child {
    max-width: 20% !important;
}

.table-scroller {
    width: auto !important;
    margin-top: 40px !important;
}

@media  screen and (max-width: 1024px) {
    #table-header.fixed {
        display: none;
    }


    [id^=table-scroller]
    {
        overflow-x: auto;
        border: 1px solid #c8c8c8 !important;
    }

}

.container.maxwid {
    max-width: 1320px;
}

@media  screen and (max-width: 768px) {
    #feature-Specifications [class^=pull-] {
        width: 100%;
    }
}