/* to indent the exceptions for the bookings */
.exceptions-a {
  margin-left: 1em;
}
.exceptions-b {
  margin-left: 0;
  padding-left: 1em;
  /* margin-left: 1em; */
  list-style-type: none;
}
.exceptions-b> li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  content: "-";
}
