.specifications_module a.load-more.collapsed,
.specifications_module a.load-more {
    position: relative;
    color: #262626;
    border: none;
    text-decoration: none;
    font-family: 'Barlow',sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.specifications_module a.load-more.collapsed:after {
    content: "Show All...";
    position: absolute;
    color: #262626;
    text-decoration: none;
    font-family: 'Barlow',sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.specifications_module a.load-more:after {
    content: "Show Less...";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #262626;
    background: white;
    font-family: 'Barlow',sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.specifications_module .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eef9fb;
}

.specifications_module .table > thead > tr > th,
.specifications_module .table > tbody > tr > th,
.specifications_module .table > tfoot > tr > th,
.specifications_module .table > thead > tr > td,
.specifications_module .table > tbody > tr > td,
.specifications_module .table > tfoot > tr > td {
    padding: 8px 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

.specifications_module .table > tbody > tr > td:first-child {
    font-weight: 500;
}

.specifications_module .table > tbody > tr > td:last-child {
    text-align: end;
}

.specifications_module td {
    font-size: 18px;
}


.diagram_page_slider .bx-wrapper {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .diagram_page_slider .bx-wrapper {
        max-width: 100% !important;
    }
}