.venueTimetableTable {
  border-spacing: 0;
}

.venueTimetableTable tbody tr td {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.venueTimetableTable tbody tr td:nth-child(even) {
  background: rgba(12, 61, 95, 0.1);
}

.venueTimetableTable tbody tr td:nth-child(1) {
  border-left: none;
}

/*.venueTimetableTable tbody tr td.venueTimetableCategory { border:none; }*/
.venueTimetableContainer {
  overflow: auto;
  margin-top: 20px;
}

table {
  margin: 0;
}

table tr {
  background: none;
}

table td {
  width: 110px;
  padding: 10px;
  box-sizing: border-box;
}

table h4 {
  margin-top: 20px;
}

table td:nth-child(1) {
  width: auto;
}

table td span {
  display: block;
  white-space: nowrap;
}

table td:nth-child(1) {
  padding-left: 0;
}

table td:nth-last-child(1) {
  padding-right: 0;
}

.timeslotFull {
  color: #e44848;
}

.timeslotAvailable {
  color: #00ffdb;
}

.timeslotTentative {
  color: #a979e8;
}

.timeTime {
  font-size: 18px;
}

.timeslotDetails {
  font-size: 12px;
  color: #accdf3;
}

.timeslotFull .timeslotDetails {
  color: #4280cf;
}

#tabs > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px 0 -20px;
}

#tabs > ul > li:nth-child(1) {
  margin-left: 0;
}

#tabs > ul li {
  background: #0f58aa;
  display: block;
  flex-grow: 1;
}

#tabs ul li.ui-state-active {
  background: #156dcf;
}

#tabs ul li a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  padding: 20px;
  display: block;
}

#tabs > div {
  margin: 0 -20px -20px -20px;
  padding: 20px;
  background: #156dcf;
}

#timetableProgramOverlay a {
  display: block;
  position: relative;
}

#timetableProgramOverlay a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

#tabs li {
  position: relative;
}

#tabs li i.venueSelectedIcon {
  opacity: 0;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

#tabs li.ui-state-active i.venueSelectedIcon {
  opacity: 1;
}

.enrolOptions, .trialOptions {
  padding: 10px;
}

.enrolOptions a, .trialOptions a:nth-child(1) {
  margin: 0;
}

.trialOptions {
  background: #e44848;
}

.enrolOptions {
  background: #017fe9;
}

.trialOptions a.button {
  background: #ffebe8;
  color: #e44848;
  padding-right: 30px;
}

.enrolOptions a.button {
  background: #e8f2ff;
  color: #017fe9;
  padding-right: 30px;
}

.trialOptions a.button:hover, .enrolOptions a.button:hover {
  background: white;
}

.enrolOptions a.button, .trialOptions a.button {
  margin-top: 10px;
}

.enrolOptions a.button:nth-child(1), .trialOptions a.button:nth-child(1) {
  margin-top: 0;
}

a.button.enrolButton.active:hover {
  background: #017fe9;
  color: white;
}

a.button.trialButton.active:hover {
  background: #e44848;
  color: white;
}

@media only screen and (max-width: 1080px) {
  #tabs > ul {
    display: block;
  }
  #tabs > ul li {
    width: 100%;
    margin: 0;
  }
}