#language li:focus-within ul li {
  overflow: visible;
  height: 50px;
  border-bottom: 1px solid #eee;
}

#language li:focus-within ul li:first-child {
  border-top: 1px solid #eee;
}

#language li:focus-within ul li:last-child {
  border-bottom: 0;
}

#language a:focus-visible,
.table-form-select-date td[data-reserve-date]:focus-visible {
  outline: 3px solid #f90;
  outline-offset: 2px;
}

.table-form-select-date td[data-reserve-date] {
  cursor: pointer;
}

#set_message {
  white-space: pre-wrap;
}

.reservation-footer-background {
  background: url("../images/footerBack.png") no-repeat 50% 50%;
}
