<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mosaic-calendar {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mosaic-calendar:after {
    content: "";
    display: table;
    clear: both;
}

.mosaic-calendar .date-cell,
.mosaic-calendar .date-placeholder-cell,
.mosaic-calendar .dow-placeholder-cell {
    width: 14.285%;
    height: 3em;
    line-height: 3em;
    float: left;
    text-align: center;
}

.mosaic-calendar .date-cell, .mosaic-calendar .calendar-nav-button {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.mosaic-calendar .date-cell:hover, .mosaic-calendar .calendar-nav-button:hover {
    background-color: #666;
}

.mosaic-calendar-events {
    text-align: left;
}

.mosaic-calendar .calendar-heading, .mosaic-calendar .calendar-nav-button {
    float: left;
    width: 33.333333%;
    line-height: 3em;
    height: 3em;
}

.mosaic-calendar .nav-container {
    margin-bottom: .5em;
}

.mosaic-calendar .nav-container:after {
    content: "";
    display: table;
    clear: both;
}</pre></body></html>