<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divcaptionDayTour:hover span{        
        background-color:#8f0000;
        opacity: 0.9 !important;
        color: #ffffff !important;
    }

.tour_title{
    font-family: 'OpenSans-Semibold';
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    z-index: 1000;
}

.tablet .tour_title{
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    z-index: 1000;
}
.tour_durationsmall{
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    text-transform: uppercase;
    color: #ac0000 !important;
    z-index: 1000;
}
.tour_price{
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    text-transform: uppercase;
    color: #ac0000 !important;
    z-index: 1000;
}
.tour_person{
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    color: #ac0000;
    z-index: 1000;
}</pre></body></html>