﻿.compare.table-bordered > thead > tr > th, .compare.table-bordered > thead > tr > td {
    /*border-bottom-width: 1px;*/
    border-bottom: 0;
    border-top: 0;
}

.img-compare .img-center {
    position: relative;
}

.category-compare {
    background-color: #ededed;
}

.compare td, .compare th {
    padding: 4px !important;
}

@media (max-width: 991px) and (min-width: 768px) {

    .previous-sm, .next-sm {
        display: none !important;
    }
}

@media(min-width:992px) {

    .previous-sm.previous-lg, .next-sm.next-lg {
        background-color: blue;
        display: none !important;
    }
}
