#snoegg-booking {
  max-width: 720px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

#snoegg-booking .field {
  display: block;
  margin-bottom: 18px;
  clear: both;
}

#snoegg-booking label {
  display: block !important;
  margin-bottom: 6px;
  font-weight: 600;
}

#snoegg-booking input,
#snoegg-booking select,
#snoegg-booking textarea {
  display: block !important;
  width: 100% !important;
  max-width: 420px;
  padding: 10px;
  box-sizing: border-box;
}

#snoegg-booking textarea {
  min-height: 110px;
}

#snoegg-booking button {
  margin-top: 10px;
  padding: 12px 18px;
  cursor: pointer;
}

#snoegg-booking .hidden {
  display: none !important;
}

#bookingStatus {
  margin-top: 15px;
  font-weight: bold;
}