#hours th {
  text-align: center
}

#hours td {
  text-align: left
}

#hours .day_of_week {
  padding-right: 0.5ex;
  white-space: nowrap
}

#hours .starts_at_hour,
#hours .ends_at_hour {
  text-align: right
}

#hours .starts_at_ampm,
#hours .ends_at_ampm {
  padding-left: 0.25ex
}

#hours .message {
  font-style: italic;
  text-align: center
}

