﻿.selected-day {
    background-color: lightblue;
    font-weight: bold;    
}

.custom-calendar {
    border-right: 1px solid rgba(91, 192, 222, 0.5);
    border-left: 1px solid rgba(91, 192, 222, 0.5);
    border-top: 1px solid rgba(91, 192, 222, 0.5);
}

.custom-calendar td:hover {
    background-color: lightcyan;
    cursor: pointer;
}

.custom-calendar td {
    font-family: Arial, sans-serif; 
    text-align: center;
}

.custom-calendar tr {
    text-align: center;
}

.custom-calendar th {
    font-family: 'Times New Roman', serif;
    text-align: center;

}

@media print {
    .print-hidden {
        display: none;
    }
}
