.main-block {
  padding-bottom: 5rem;
}

#booking_calendar, #reglement, #reglement .title {
  background-color: SlateBlue;
}

#booking_form { 
  background-color: Orange;
}

#booking_list { 
  background-color: MediumSeaGreen;
}

th.calendar-head {
  background-color: white;
  width: 14.29%;
}

.calendar-day-num {
  text-shadow:
    1px 0px 0 white,
    0px 1px 0 white,
    -1px 0px 0 white,
    0px -1px 0 white,
    1px 1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    -1px -1px 0 white;
}

.calendar-cell {
  position: relative;
  /*height: 50px;*/
}

/*
.calendar-day {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
}

.calendar-day-morning {
  left: 0;
}

.calendar-day-afternoon {
  right: 0;
}
*/

.calendar-day-link {
  display: block;
  height: 100%;
  width: 100%;
}

.not-found-body {
  width: 100vw;
  height: 100vh;
}

.not-found-body img {
  width: 100%;
  height: 100%;
}

.not-found-msg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.not-found-msg span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}