label {
  font-weight: normal;
}

label .bold {
  font-weight: bold;
}

.b-top {
  border-top: 2px solid #888888 !important;
}

button.seven-button, .seven-button {
  font-size: 14pt;
}

button.selected {
  background-color: #24639e;
  color: #ffffff;
}

.inline {
  display: inline;
}

input[type=range] {
  width: 350px;
  margin: 0;
}

table.norm th.table-header {
  background-color: #abc0ca !important;
  text-align: left;
}

#response_message {
  visibility: hidden;
  border: 2px solid brown;
  color: brown;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
}

#form-response {
  display: none;
}

#graphics-image {
  height: 50px !important;
}

#paypal_container {
  position: relative;
  width: 100%;
  height: 100%;
}

#paypal_container_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  cursor: not-allowed;
}

#paypal-button-container {
  display: block !important;
}

#paypal-button-container.paypal-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#paypal_container {
  display: block !important;
}

#paypal_container.paypal-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#personal_information_table tr td:first-child {
  font-weight: bold;
  text-align: right;
  width: 1%; /* Prevent column from expanding */
  white-space: nowrap; /* Prevent wrapping */
  padding: 5px;
}

#retailer_table tr td:first-child {
  font-weight: bold;
  text-align: right;
  width: 1%; /* Prevent column from expanding */
  white-space: nowrap; /* Prevent wrapping */
  padding: 5px;
}

#total {
  font-weight: bold;
  font-size: 1.8rem;
}

#rr_order_summary tr td:last-child {
  text-align: right;
}

#rr_order_summary tr tr.top-line td, #rr_order_summary tr tr.top-line th {
  border-top: 2px solid black;
}/*# sourceMappingURL=order.css.map */