.nsa-booking-route-choice {
  margin: 20px 0;
}
.nsa-booking-route-choice label {
  display: block;
  margin-bottom: 8px;
}
.nsa-booking-route-choice select {
  width: 100%;
  min-height: 46px;
}
.nsa-route-controlled .nsa-booking-box {
  display: none;
}
.nsa-route-controlled.nsa-online-route .nsa-booking-box {
  display: block;
}
.nsa-route-hidden {
  display: none !important;
}
.nsa-booking-box {
  margin: 22px 0;
  padding: 22px;
  border: 1px solid #d8dee3;
  background: #fff;
}
.nsa-booking-box h3 { margin-top: 0; }
.nsa-booking-box select { width: 100%; min-height: 44px; }
.nsa-attendance,
.nsa-invoice-request fieldset {
  margin: 16px 0;
  padding: 0;
  border: 0;
}
.nsa-attendance legend,
.nsa-invoice-request legend { font-weight: 600; margin-bottom: 8px; }
.nsa-attendance label,
.nsa-invoice-request fieldset label { display: block; margin: 8px 0; }
.nsa-price-preview { margin: 14px 0 0; }
.nsa-invoice-request {
  clear: both;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid #d8dee3;
  background: #fff;
}
.nsa-invoice-request select,
.nsa-invoice-request input,
.nsa-invoice-request textarea { max-width: 100%; }
.nsa-invoice-request select,
.nsa-invoice-request textarea { width: 100%; }
.nsa-invoice-form:after { content: ""; display: table; clear: both; }
.nsa-invoice-total { clear: both; padding-top: 12px; }
