<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jquery-ui datepicker configurations */
.ui-datepicker {
    width: 220px;
}

.ui-datepicker th {
    font-weight: bold;
    text-align: center;
    font-size: 9pt;
    padding: 1pt;
}

.ui-datepicker td {
    font-size: 9pt;
    border-collapse: collapse; 
    margin:0 0 3pt;
}

.ui-datepicker-week-end .ui-state-default {
    color: red;
    font-weight: bold;
}

.ui-datepicker-holiday {
    color: red !important;
    font-weight: bold !important;
}

</pre></body></html>