#taken1 > .container.mh-auto {
  background-image: url(/images/rooms/taken.jpg) !important;
}

#taken2 > .container.mh-auto {
  background-image: url(/images/rooms/taken2.jpg) !important;
}

#themis_hints .question {
  margin-bottom: 20px;
}
#themis_hints .question label {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 5px;
}
#themis_hints .question > div.hint {
  cursor: pointer;
  display: inline;
  color: black;
  background-color: black;
  padding: 3px 0 3px 0;
  cursor: pointer;
}
#themis_hints .question > div.hint.reveal {
  background-color: white;
}
#themis_hints .question > div.hint-1 {
  color: black;
  background-color: black;
}
#themis_hints .question > div.hint-2 {
  color: #333;
  background-color: #333;
}
#themis_hints .question > div.hint-3 {
  color: #555;
  background-color: #555;
}
#themis_hints .question > div.hint-4 {
  color: #999;
  background-color: #999;
}
#themis_hints .question > div.answer {
  cursor: pointer;
  display: inline;
  color: #c734c7;
  background-color: #c734c7;
  padding: 3px 0 3px 0;
  cursor: pointer;
}
#themis_hints .question > div.answer a {
  color: #c734c7 !important;
  background-color: #c734c7;
}
#themis_hints .question > div.answer.reveal {
  background-color: white;
  color: black !important;
}
#themis_hints .question > div.answer.reveal a {
  color: #c734c7;
  background-color: white;
}

#hints .question {
  margin-bottom: 20px;
}
#hints .question label {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 5px;
}
#hints .question > div.hint {
  cursor: pointer;
  display: inline;
  color: black;
  background-color: black;
  padding: 3px 0 3px 0;
  cursor: pointer;
}
#hints .question > div.hint.reveal {
  background-color: white;
}
#hints .question > div.answer {
  cursor: pointer;
  display: inline;
  color: red;
  background-color: red;
  padding: 3px 0 3px 0;
  cursor: pointer;
}
#hints .question > div.answer a {
  color: red;
  background-color: red;
}
#hints .question > div.answer.reveal {
  background-color: white;
}
#hints .question > div.answer.reveal a {
  color: #ffc342;
  background-color: white;
}
/*# sourceMappingURL=digital-hints.css.map */
