.birhd-calendar {
    border-collapse: separate;
    border-spacing: 0;
}

    .birhd-calendar thead {
        position: sticky;
        top: 0;
        background-color: white;
    }

        .birhd-calendar thead th {
            border: 1px solid #eeeeee;
            text-align: center;
        }

            .birhd-calendar thead th.birhd-calendar-day, .birhd-calendar thead th.birhd-calendar-day-letter {
                width: 30px;
                padding: 3px;
                border-width: 0 0 1px 0;
                min-width: 30px;
            }

                .birhd-calendar thead th.birhd-calendar-day.last, .birhd-calendar thead th.birhd-calendar-day-letter.last {
                    border-right: 1px solid #eeeeee;
                }

            .birhd-calendar thead th.birhd-calendar-day-letter {
                border: 0;
                font-size: 9px;
            }

            .birhd-calendar thead th.birhd-calendar-month {
                border: 0;
                border-top: 1px solid #eeeeee;
                padding-bottom: 10px;
            }

            .birhd-calendar thead th.birhd-calendar-week {
                font-size: 12px;
                color: grey;
            }

            .birhd-calendar thead th.active {
                background-color: grey;
                color: white;
            }

            .birhd-calendar thead th.highlight {
                background-color: lightgray;
            }

    .birhd-calendar tbody tr td {
        border-style: solid;
        border-width: 1px;
        border-color: #eeeeee;
    }

        .birhd-calendar tbody tr td.birhd-calendar-data-name {
            height: 25px;
            text-wrap: nowrap;
            padding: 4px;
            border-right-style: solid;
            border-right-width: 1px;
            border-right-color: #eeeeee;
        }

        .birhd-calendar tbody tr td.birhd-calendar-am {
            border-right-width: 0!important;
        }

        .birhd-calendar tbody tr td.birhd-calendar-pm {
            border-left-width: 0 !important;
        }

    .birhd-calendar tbody tr.birhd-calendar-group td {
        color: grey;
        font-weight: bold;
        padding: 4px;
        padding-top: 15px;
        border: 0;
    }

    .birhd-calendar tbody tr.odd td.birhd-calendar-data-name {
        background-color: rgba(230, 230, 230, 0.4);
    }
/*# sourceMappingURL=main.css.map */
