.full-list td {
    padding: 2px;
    width: 33%;
}

.full-list thead td {
    font-weight: bold;
}

.full-list2 td {
    padding: 2px 6px;
    width: 33%;
}

.full-list2 thead td {
    font-weight: bold;
}

.full-list2 .day {
    text-transform: uppercase;
}


.lunch div {
    padding-bottom: 7px;
}

.hours-of-operation {
    text-align: center;
    width: 100%;
}
.left .hours-of-operation {
    text-align: left;
}
.right .hours-of-operation {
    text-align: right;
}
