.error {
  color: #d74a40;
}

label.error {
  color: #d74a40;
  padding-bottom: 2px;
}

.nowrap {
  white-space: nowrap;
}

.hk-reservation__footer {
  font-size: 12px;
  color: #ccc;
  text-align: center;
  padding: 20px 0;
}

.hk-reservation__footer a {
  color: inherit;
  text-decoration: underline;
}

/* Bootstrap Overrides */

body {
  font-weight: 300;
  padding-top: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

b, strong {
  font-weight: 600;
}

.hk-reservation__container {
  max-width: 1200px;
}
