#hours {
  padding-right: calc(var(--main-width) * 5) !important;
  padding-left: calc(var(--main-width) * 5) !important;
  text-align: left;
  margin-top: 35px;
}
#hours table {
  font-size: calc(var(--main-width) * 2.5) !important;;
  margin-bottom: 35px;
  width: 100%;
}
#hours table td:last-of-type {
  text-align: center;
}
#hours table .hours-menu-name {
  padding-left: calc(var(--main-width) * 6) !important;;
}
#hours-notice p {
  font-size: calc(var(--main-width) * 2.2) !important;;
  margin-bottom: 35px;
}
