body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h3,
h4,
h5 {
    font-weight: 300 !important;
}
.table_wrapper {
    padding: 1.5rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#table-body .col:hover {
    cursor: pointer;
    /*border: 1px solid grey;*/
    background-color: #e0e0e0;
}

.empty-day:hover {
    cursor: default !important;
    background-color: #fff !important;
}

#table-body .row .col {
    padding: 0.75rem;
}

#table-body .col {
    border: 1px solid transparent;
}

#table-body {
}

#table-body .row {
    margin-bottom: 0;
}

#table-body .col {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calendar-table {
    text-align: center;
}
#calendar-table {
}
#table-header {
}

.center_align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
