.slideShow .slider {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    padding: 0;
    list-style: none;
}

/* Slider Direct Child Element */
.slideShow .slider li {
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
}

/* Slider First Direct Child */
.slideShow .slider li:first-child {
    display: block;
}

/* Slider Images, always flex with width of slider */
.slideShow.slider li img {
    width: 100%;
    height: auto;
}

.specs_table .table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 8px;
    border: 1px solid #fff;
}

.specs_table td,
th {
    border: 1px solid #fff;
}

.specs_table .table td,
.table th {
    border: 1px solid #fff;
}

.specs_table tr {
    background-color: #14469f;
    color: #fff;
}

.specs_table .table-hover tbody tr:hover {
    background-color: #002972;
}

@media(max-width:991px) {
    .table-lg-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}