.hours-of-operation-table {
    margin-bottom: 25px; /* Adds space below the table */
}

/* Utility class to center a table */
.centered-table {
    margin-left: auto;
    margin-right: auto;
}

.hours-of-operation-table th,
.hours-of-operation-table td {
    padding-bottom: 5px; /* Adds a little space between rows */
    text-align: left; /* Aligns headers with the cell content */
}

.hours-of-operation-table td:first-child,
.hours-of-operation-table th:first-child {
    padding-right: 2em; /* Creates space between the two columns */
}