#bookingKitContainer {
  font-family: 'Rubik', sans-serif !important;
  padding: 3.2rem !important;
}

.textColor {
  color: #0b3447 !important;
}

#bookingKitContainer .betaColorFill {
  fill: #26aded !important;
}

.bk-events-footer-links {
  display: none;
}

#bookingKitContainer .strokeTextColor {
  stroke: #26aded !important;
}

.headColor {
  color: #0b3447 !important;
}

#bookingKitContainer h2.headColor {
  color: #26aded !important;
  font-size: 4rem !important;
}

.booking-kit-table {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}

.booking-kit-thead {
  color: #26aded;
}

.booking-kit-td,
.booking-kit-thead th,
.booking-kit-table {
  border: 1px solid black;
  border-collapse: collapse;
}
.booking-kit-td:first-child {
  font-weight: 500;
}

.booking-kit-td,
.booking-kit-thead th {
  padding: 1rem 2rem;
}
