@charset "utf-8";
.wiki-cars {
    line-height: 25px;
    color: #353132;
}

.wiki-cars-title {
    font-style: normal;
    font-weight: 725;
    font-size: 18px;

}

.wiki-cars-divider {
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #5FED2F;
    padding-right: 7px;
    padding-left: 7px;
}

.wiki-cars-title-sub {
    font-weight: 450;
    font-size: 16px;
}

.wiki-cars-a {
    color: #353132;
    transition: 0.5s;
    width: 50%;
}

@media screen and (max-width: 780px) {
    .wiki-cars-a {
        width: 100%;
    }
}

.wiki-cars-a:focus,
.wiki-cars-a:hover {
    color: #353132;
    transition: 0.5s;
}

.wiki-cars-overlay-a {
    font-size: 18px;
    text-shadow: 0 0 3px #d2d2d2;
}

.wiki-cars-overlay-a:focus,
.wiki-cars-overlay-a:hover {
    color: #eababa;
    transition: 0.5s;
}

.wiki-cars-overlay {
    direction: ltr;
    padding-left: 28px;
}

.wiki-car-cell {
    text-align: right;
    padding-top: 10px;
    margin-right: 5px;
}

.wiki-car-data {
    color: #353132;
    margin-top: 5px;
}

.wiki-car-data-b16 {
    font-weight: bold;
    font-size: 16px;
}

.wiki-car-data-8 {
    font-weight: normal;
    font-size: 8px;
}

.wiki-car-data-10 {
    font-weight: normal;
    font-size: 10px;
}

.wiki-car-data-12 {
    font-weight: normal;
    font-size: 12px;
}

.wiki-car-data-l12 {
    font-weight: lighter;
    font-size: 12px;
}

.wiki-car-data-b13 {
    font-weight: bold;
    font-size: 13px;
}

.wiki-car-data-14 {
    font-weight: normal;
    font-size: 14px;
}

.wiki-car-data-l14 {
    font-weight: lighter;
    font-size: 14px;
}

.wiki-car-data-16 {
    font-weight: normal;
    font-size: 16px;
}

.wiki-car-meta {
    padding-top: 5px;
}

.wiki-cars-url {
    text-align: right;
    font-size: 12px;
    color: #191919;
    font-weight: lighter;
    top: -10px;
    padding-right: 25px;
    margin: 20px 0px 0px;
}

.wiki-mobile-menu {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    margin-right: -120px;
}

.wiki-car-h1 {
    font-size: 20px;
    text-align: right;
    margin-right: 95px;
    font-weight: bold;
    color: #191919;
}
.wiki-car-img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 80%;
    cursor: pointer;
}

@media screen and (max-width: 780px) {
    .wiki-add-car {
        display: none;
    }
}

.wiki-add-car-title {

}

@media screen and (max-width: 780px) {
    .wiki-add-car-title {
        height: 150px;
    }
}

@media screen and (max-width: 780px) {
    .wiki-add-car-title-text {
        font-size: 20px;
        color: black;
        text-align: left;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 780px) {
    .wiki-filter {
        display: none;
    }
}

.wiki-filter-menu {
    display: none;
}

@media screen and (max-width: 780px) {
    .wiki-filter-menu {
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: bolder;
        color: #0E5445;
    }
}

.wiki-popup-close {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 999;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.wiki-brand-filter-header {
    padding-right: 10px;
    padding-left: 10px;
}

.wiki-brand-filter-search {
    border-radius: 15px;
    border: 1px Solid #c4c4c4;
    font-size: 14px;
    font-weight: lighter;
}

.wiki-brand-filter-logo {
    width: 28px;
    height: 25px;
    border: 1px Solid #5FED2F;
    border-radius: 25px;
    padding: 3px;
    margin-top: -1px;
}

@media screen and (max-width: 780px) {
    .wiki-top-menu1 {
        display: none;
    }
}

.wiki-top-menu2 {
    display: none;
}

@media screen and (max-width: 780px) {
    .wiki-top-menu2 {
        display: inline-block;
    }
}

.cars-expert{
    background: #CCF3EB;
    padding: 0 20px ;
    align-items: center;
    margin-bottom: 8px;
}

.cars-expert:hover{
    background-color: #83c9b7;
}

.car-compare-div{
    display: block;
    overflow: auto;
    width: 1140px;
}
.car-compare-table{
    /*width: 1550px;*/
    overflow-x: auto;
    display: inline-block;
    border: 0px;
}
.car-compare-td{
    width: 300px;
    display: inline-block;
}

.car-compare-tr{
    vertical-align: top;
}

.car-compare-remove{
    position: relative;
    width: 20px;
    z-index: 1;
    cursor: pointer;
    margin-right: 5px;
}

#carCompare td:last-child h3.points-header {
    margin-left: 1rem !important;
}


