﻿
table th {
    font-size: 14px;
    font-weight: bold;
}

.calendarDates {
    display: grid;
    grid-template-columns: .2fr 2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    padding-left: 5px;
    margin: 10px 0 10px 0;
}

.calendarItem {
    text-align: left;
}

.calendarHeader {
    padding-top: 15px;
    font-weight: bold !important;
    color: black;
    background-color: #dfe1e2;
}