#contact .calendar-contact .g-table {
    grid-template-columns: 8em repeat(2, calc(50% - 4em));
    border: none;
    background-color: #f5e4d4;
    padding: 0;
}

#contact .calendar-contact .g-table > div {
    padding: 0.4em;
    background: white;
    margin-top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contact .calendar-contact .g-table .c_detail {
    margin: 0 0 1px 1px;
}

#contact .calendar-contact .g-table .g-h {
    text-align: center;
    padding: 0.7em 0;
    background-color: #eeeded;
}

#contact .calendar-contact .g-table .g-h.r_line {
    margin-right: 1px;
}

#contact .calendar-contact .g-table>div {
    margin-top: 0;
    margin-bottom: 1px;
    padding: 0.5em;
}

#contact .calendar-contact {
    max-height: 77vh;
    overflow-y: scroll;
}

#contact .contact-content {
    max-height: 90vh;
    overflow-y: scroll;
    margin: 5px;
}

.calendar-contact .status {
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    text-align: center;
}