.quickref-container {
  padding-top: 20px;
}

.quickref-container a {
  text-decoration: none;
}

.quickref-container a:hover {
  text-decoration: none;
}

.quickref-container .challenge {
  margin: 0.5em 0;
  align-items: center;
}

.quickref-container .challenge.active {
  background-color: #3fabb1;
}

.quickref-container .challenge.active a {
  color: rgb(254, 209, 54);
}

.quickref-container .challenge .timer {
  background: #9be2e5;
  color: #ffffff;
  padding: 0.5em;
  margin: 0.5em 0;
  width: 6em;
  text-align: center;
  font-weight: bold;
}

.quickref-container .challenge .timer.active {
  background: #ffffff;
  color: #000000;
  font-size: 24px;
}

.quickref-container .challenge .timer.warn {
  background: #ffc95a;
  color: #000000;
}

.quickref-container .challenge .timer.old {
  background: #e3120d;
  color: #e3120d;
}

.quickref-container .challenge .timer.future {
  visibility: hidden;
}
