/*.table-personalizza tbody tr:nth-of-type(2n), .table-caratteristiche-noleggio-lungo-termine tbody tr:nth-of-type(2n){
    background-color: #DDEEFE
}
.table-personalizza tbody tr:nth-of-type(1n), .table-caratteristiche-noleggio-lungo-termine tbody tr:nth-of-type(1n){
    background-color: #fff
}*/

.table-personalizza tbody tr:nth-child(even), .table-caratteristiche-noleggio-lungo-termine tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-personalizza tbody tr:nth-child(odd), .table-caratteristiche-noleggio-lungo-termine tbody tr:nth-child(odd) {
    background-color: #DDEEFE;
}

table tr{
    /*background-color: #fefefe!important;*/
    border: none!important;
    padding: .35em;
    height: 50px;
}
table{
    border: none!important;
}
table th, table td{
    font-size: small;
}
.custom-style-caratteristiche{
    font-size: 16px;
    text-align: center;
    padding: 6px 36px 6px 12px;
    color: #212529;
}
.css-dettagli-ntl .nav-link, .css-dettagli-ntl .nav-link:hover{
    color: #273184;
}
.faq-section .faq-title > a:after{
    color: rgb(39 49 132)!important;
}

.faq-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: rgb(39 49 132)!important;
}

.listing-item .listing-content .listing-features .listing-title a{
    font-size: 18px!important;
}

.css-view-filters .accordion .collapsed i{
    color: #fff!important;
}

.css-icon-arrow-down .fa-chevron-down:before{
    font-size: 14px;
}

.modal-backdrop.fade.show{
    z-index: 9998;
}