@font-face {
  font-family: "adventure";
  src: url("/fonts/Adventure.otf"), url("/fonts/Adventure.ttf") format("truetype");
}
@font-face {
  font-family: "franklin";
  src: url("/fonts/franklin.ttf") format("truetype");
}
.disabledLink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.availabilityTable {
  table-layout: fixed;
}
.availabilityTable .colGame {
  width: 20%;
}
.availabilityTable .colTimeline {
  width: 65%;
}
.availabilityTable .colLatest {
  width: 15%;
}
.availabilityTable td,
.availabilityTable th {
  vertical-align: middle;
}
.availabilityTable td {
  border: none;
}

.timelineContainer {
  position: relative;
  width: 100%;
  height: 52px;
}

.timelineBase {
  position: relative;
  height: 28px;
  background: #efefef;
  border-radius: 4px;
  overflow: hidden;
}

.timelineSegment {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.unavailableRed {
  background: rgba(255, 0, 0, 0.25);
}

.unavailableBlue {
  background: rgba(0, 60, 140, 0.65);
}

.availableGreen {
  background: rgba(0, 200, 0, 0.35);
}

.timelineTick {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #999;
  opacity: 0.7;
  z-index: 2;
}

.latestStartMarker {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2px;
  background: #000;
  z-index: 3;
}

.timelineLabels {
  position: relative;
  height: 24px;
}

.timelineLabel {
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
  font-size: 0.75rem;
  color: #555;
}

.gameName {
  font-weight: 600;
}

.latestStartText {
  text-align: center;
  font-weight: 600;
}

.legendContainer {
  text-align: left;
}
.legendContainer .legendItem {
  align-items: center;
  margin-bottom: 10px;
}
.legendContainer .legendColor {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 8px;
  border-radius: 2px;
}
.legendContainer .legendMarker {
  display: inline-block;
  width: 2px;
  height: 16px;
  margin-right: 10px;
  background: #000;
}
.legendContainer .unavailableRed {
  background: rgba(255, 0, 0, 0.25);
}
.legendContainer .unavailableBlue {
  background: rgba(0, 60, 140, 0.65);
}
.legendContainer .availableGreen {
  background: rgba(0, 200, 0, 0.35);
}

/*# sourceMappingURL=gamesAvailability.css.map */
