/* DINING COMMONGS TABLES */
.dining-commons-table {
    border: 1px solid #6D7D33;
}

.dining-commons-table .days {
    background-color: #6D7D33;
}

.dining-commons-table .days th {
    padding: 10px 0px;
    color: white;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.dining-commons-table td {
    font-size: 23px;
    font-weight: 300;
}

.dining-commons-table td {
    padding: 10px 0px;
}

.dining-commons-table tr td:first-of-type {
    padding-left: 25px;
    padding-right: 10px
}

@media(max-width:500px) {

    .dining-commons-table td,
    .dining-commons-table .days th {
        font-size: 16px;
    }
}

.dining-commons-table tr td:last-of-type {
    padding-right: 25px;
}

.dining-commons-table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #A8ADA8;
}

.dining-commons-table tr td:last-of-type {
    text-align: right;
}

.ortega-hours-note {
    margin-top: 10px;
}