.mod_cbusshour_main {
    width:400px;
} 
.mod_cbusshour_title {
    font-weight:bold;
    text-align: center;
    background-color: #b53734;
    padding:10px;
    color:white;
    font-size:1.3 em;
}
.mod_cbusshour_container_day {
    background-color: #d83a49;
    display:flex;
    padding:5px;
}
.mod_cbusshour_container_day_free {
    background-color: black;
    display:flex;
    padding:5px;
}
.mod_cbusshour_work_day {
    font-weight: bold;
    color:white;
    width:150px;
}
.mod_cbusshour_free_day {
    width:150px;
    color: white;
    font-weight: bold;
}
.mod_cbusshour_begin {
    color:white;
    padding-right:5px;
}
.mod_cbusshour_end {
    color:white;
    padding-left:5px;
}
.mod_cbusshour_spacer {
    color:white;
}
.mod_cbusshour_freeday {
    color: white;
    font-weight:bold;
    text-align: center;
} 
