/* ---------------------------------------
   S E C T I O N  :  R E S E R V A T I O N
   --------------------------------------- */

section#reservation .background {
  background-color: #f0f0f0;
}

section#reservation .center {
  width: 100%;
  font-size: 1.2rem;
}

section#reservation table {
  max-width: 650px;
  justify-self: center;
  border-collapse: collapse;
}

section#reservation tr.light {
  background-color: ghostwhite;
  border: 3px solid ghostwhite;
}

section#reservation .right {
  text-align: right;
}

section#reservation .left {
  text-align: left;
}
