<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#car-compare {
    min-height: 600px;
}

#car-compare #compare-container.overflow-x-scroll {
    overflow-x: scroll;
}

#car-compare table {
    color: #000;
    min-width: 100%;
    position: relative;
}

#car-compare thead tr:first-child td {
    border-bottom: 0px;
    position: relative;
}


.table-bordered&gt;:not(caption)&gt;* {
    border-width: 0 0;
}


td {
    border: unset;
}

tbody tr {
    border-bottom: 1px solid #BFC2C4;
}




/*#car-compare thead tr:last-child {*/
/*    text-align: center;*/
/*}*/

#car-compare tbody tr &gt; td:first-child {
    padding-left: 1rem;
    vertical-align: middle;
}

#car-compare tbody tr &gt; td:not(:first-child) {
    width: 254px;
    vertical-align: middle;

    padding: 3px;
}

#car-compare button.plus {
    /* border-radius: 27px; */
    /* line-height: 27px; */
    /* font-size: 212%; */
    /* color: #303030; */
    /* border: 2px solid #e3e3e3; */

    /* line-height: 34px; */


    color: #fff;
    border: none;
    background: #f32317;
    /* font-weight: bold; */
    /*box-shadow: 0px 0px 15px rgba(0,0,0,0.6);*/
    cursor: pointer;
    transition: all 0.5s;
}
#car-compare button.plus:disabled{
    background: #828282;
    color: #e8e8e8;
}



#car-compare .car-name {
    font-weight: bold;
}

#car-compare .car-min-price {
    font-weight: bold;
    color: #f32317;
    padding-top: 1rem;
}

#car-compare .btn-danger.btn-sm {
    width: 100%;
    border-radius: 500px;
    border: 0px;
    white-space: nowrap;
    cursor: pointer;
}

#car-compare select {
    max-width: 100%;
    border-radius: 5px;
}

#car-compare label.active i {
    color: #ff0000;
}

label div .fa {
    position: relative;
    display: block;
    border: 1px solid #686D71;
    height: 26px;
    width: 26px;
}




.fa.fa-toggle-on {
    background-color: #686D71;
}

.fa.fa-toggle-on:after{
    position: absolute;
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 15px;
    width: 10px;
    margin-left: 7px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
}

#car-compare .spec-name {
    background-color: #f3f3f3 !important;
    font-weight: bold;
    text-transform: uppercase;
}

#car-compare tbody.options tr &gt; td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    font-stretch: ultra-expanded;
    font-size: 200%;
}

#car-compare .checkgroup label {
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

#car-compare span.car-name a {
    color: #000000;
}

#car-compare input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.multiselect__element {
    display: block;
    font-size: 90%;
}

.new-tr {
    text-align: center;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
}

@media(max-width:768px) {
    .hide-mobile {
        display: none;
    }

    .spec-name td:last-child {
        display: none;
    }

    .stroce td:first-child {
        display: none;
    }
}</pre></body></html>