#expressSignupContent {
  background: #017fe9;
  padding: 20px;
  position: relative;
}

#expressSignupWindowControls {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: -20px -20px 20px -20px;
  position: relative;
}

#expressSignupCancelButton {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 32px;
}

#expressSignupOuter {
  position: relative;
  min-height: 150px;
}

#expressModeTitle {
  margin-bottom: 0;
}

#expressLoad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 127, 233, 0.8);
  z-index: 10;
}

#expressLoadInner {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#expressLoadInner i {
  font-size: 42px;
}

#expressSignupActionExplanation {
  margin-bottom: 20px;
}

#expressSignupInner {
  position: relative;
  z-index: 5;
}

#expressSignupInner a.item {
  position: relative;
  display: block;
  border: 2px solid #6ba0de;
  padding: 10px 60px 10px 10px;
  margin-top: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}

#expressSignupInner a.item.disabled {
  background: #555;
  opacity: 0.3;
  pointer-events: none;
}

#expressSignupInner a.item div.venueSlotCount {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
}

#expressSignupInner a.item div.venueSlotCount.filled {
  border: 2px solid #6ba0de;
  padding: 5px 10px;
  display: block;
}

#expressSignupInner a.item:hover {
  border-color: white;
}

#expressSignupInner a.item p {
  margin: 0;
}

#expressSignupInner a.item > i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

#expressSignupInner a.item span, .restrictions {
  font-size: 12px;
  opacity: 0.8;
}

#expressSignupInner a.item span i {
  margin-right: 5px;
}

.emptyVenueContainer {
  text-align: center;
  padding: 0 40px;
}

.expressStdButton {
  border: 2px solid #6ba0de;
  padding: 8px;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  font-size: 14px;
}

.expressStdButton:hover {
  border-color: white;
}

.expressStdButton.active {
  opacity: 1;
  pointer-events: auto;
}

#expressSignupButtons {
  margin-bottom: 20px;
  background: #2f384f;
  padding: 0 20px 20px 20px;
}

#expressSignupButtons a {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
}

#expressSignupButtons a:nth-of-type(1) {
  background: #83bf17;
  border: 2px solid white;
}

#expressSignupButtons a:nth-of-type(2) {
  border: 2px solid white;
  border-left: 0;
}

#expressSignupButtons a:nth-of-type(1):hover {
  color: #83bf17;
  background: white;
}

#expressSignupInner a.item span.optionDetails {
  display: block;
  color: white;
  font-size: 16px;
  opacity: 1;
}

.confirmationCategoryLabel {
  font-size: 38px;
  font-family: Bebas Neue, sans-serif;
  text-align: center;
  display: block;
}

.confirmationProgramLabel {
  font-size: 22px;
  text-align: center;
  display: block;
}

.confirmationButtons {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px -20px -20px -20px;
  display: flex;
  flex-wrap: 0;
}

.confirmationButtons a {
  margin: 0;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}

#expressConfirmation table {
  border-spacing: 0;
  border-collapse: collapse;
  border-left: 2px solid #6ba0de;
  border-right: 2px solid #6ba0de;
}

#expressConfirmation table tr td {
  border-top: 2px solid #6ba0de;
  border-bottom: 2px solid #6ba0de;
}