<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.example-box .text-overlayred{
    position: absolute;
    top: 30px;
    left: 0px;
    /*background-color: #ffb527;*/
    background-color: #9e0b0f;
    color: #fff;
    padding:  3px 5px 3px 5px;
    font-family: 'OpenSans-Semibold'; 
    font-size: 16px;
    text-shadow: 0px 3px 2px #272625;
    font-weight: normal;
    box-shadow: 1px 1px 1px #635d5d;
}
.example-box .text-overlaygray{
    position: absolute;
    top: 30px;
    left: 0px;
    /*background-color: #ffb527;*/
    background-color: #717070;
    color: #fff;
    padding:  3px 5px 3px 5px;
    font-family: 'OpenSans-Semibold'; 
    font-size: 16px;
    text-shadow: 0px 3px 2px #272625;
    font-weight: normal;
    box-shadow: 1px 1px 1px #635d5d;
}

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


.divcaptionDayTour:hover span{        
        background-color:#8f0000;
        opacity: 0.9 !important;
        color: #ffffff !important;
    }

/*.typetitle{
    font-family: 'OpenSans-Semibold';
    font-size: 21px !important;
    color: #000;
    z-index: 1000;
    text-align: center;
    padding: 10px;
}
*/</pre></body></html>