#booking_cnt {
  display: none;
  text-align: center;
  position: absolute;
  background-color: #e0d8d6;
  border: 10px solid #ede9e8;
  font-family: "Lato-Regular";
  top: 20px;
  right: 28px;
  z-index: 9999;
}
.label {
  color: #000;
}
header .booking-form {
  text-align: center;

  padding: 0px 5px 10px 5px;
}
#book-btn .varsimple {
  border: unset;
  background-color: #deccaf;
  color: #1b0403;
  padding: 10px;
}
.booking-form form {
  text-align: center;
  width: 290px;
}

.cell {
  float: left !important;
  width: 33% !important;
}
.cell50 {
  float: left !important;
  width: 50% !important;

  border: 0px solid black;
  padding: 2px;
}

#book_btn_close {
  position: relative;
  display: block;
  text-align: left;
  cursor: pointer;
  left: 10px;
}
