
/*Local CSS University of Mississippi Libraries Mobile */ 

#hours-alert {
text-align: center;
border: 2px inset red;
}

.top-label {
text-align: center;
font-weight: bold;
}

.second-label{
text-align: center;
font-weight: bold;
background-color:#cccccc;
width: 100%;
}

.hours-box {

}


table.hours {
background-color: white;
   border-collapse: collapse;
}

table tr {
   vertical-align: top;
   padding: 3px;
}

table td {
padding: 3px;

}

table.hours th, table.hours td {
   border: 1px inset gray;
}



