<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eventsCalendar-day.dayWithEvents a.active {
    background: #ff0000;
    color: #fff;
}

.eventsCalendar-day.dayWithEvents a.active:before {
    border: 5px double #ff0000;
}

.eventsCalendar-day.dayWithEvents a {
    background: #999999;
    color: #ffffff;
    border-color: #999999;
}

.eventsCalendar-list li .eventTitle.active {
    background: #ff0000;
    color: #ffffff;
}

#selectedSeance:not(:empty) {
    background-color: #B60005;
}</pre></body></html>