#hours-nav {
    display: flex;
	justify-content: center;
	margin-bottom: 1em;
}
/* #hours-nav div:nth-child(2) { float: right; } */
.ui-datepicker { margin: 2.5em 0 0 -4em; }

.hours-table td.date-selected { font-weight: 500; }
.hours-table thead th {
	text-transform: uppercase;
	vertical-align: middle;
}

@media (min-width: 768px) {
    #hours-nav { justify-content: space-between; }
    #hours-nav #datepicker-widget { margin-top: 1em; }

    .hours-table th.date-selected {
        background-color: #1c1c1c;
        color: #fff;
    }

    .hours-table td.date-selected { 
        background-color: #fff;
        border-right: 1px dotted;
        border-left: 1px dotted;
    }

    .hours-table th:not(:first-child), .hours-table td:not(:first-child) { text-align: center; }
    .library-hours-contact { float: right; }
}