
.smaller {
  font-size: 80%;
}

.smallest {
  font-size: 60%;
}

.highlight {
  /*color: #53BBD4;*/
  /*color: #FF647F;*/
}

.pink, .reveal a.pink {
  color: #F33A6A
}

.hints {
  text-align: center;
  font-size: 80%;
  padding-left: 25px;
  padding-right: 25px;
}

.hints .smallest {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60%;
}

.answer {
  color: #eee8d5;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(0,0,0,.1);
}

textarea.answer {
  width: 70%;
  font-size: 12px;
}

input.answer {
  font-size: 16px;
  width: 70%;
}

.thumb img {
  max-height: 80px;
  max-width: 80px;
  border-radius: 10px;
  background-color: rgba(0,0,0,.2);
  margin: 10px;
  border: 3px #375a7f solid;
}

.thumb-large img {
  max-height: 400px;
  max-width: 400px;
}

.thumb img:hover {
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
}

input.attach-input {
  visibility: hidden;
}

.timer {
  position: absolute;
  top: 0;
  left: 0;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal img.questionImage {
  max-width: 200px;
  max-height: 200px;
}
