.errorDiv {
  padding: 10px;
  text-align: center;
  color: red;
}

.locList {
  column-count: 3;
}

.locDiv {
  touch-action: none;
  margin: 4px;
  padding: 8px;
  width: 200px;
  user-select: none;
  min-width: 200px;
  border-radius: 30px;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}

.locDivUnchecked {
  background-color: #22F;
  color: var(--white);
}

.locDivCorrect {
  background-color: var(--green);
  color: var(--white);
}

.locDivWrong {
  background-color: #F22;
  color: var(--white);
}

.routeQuiz {
  height: 2em;
  width: 200px;
  padding: 0px;
}

/* Contains the image for the picture quiz */
.pictQuizImage {
  height: 350px;
  width: 650px;
  margin-right: 20px;
}

/* The actual image for the picture quiz */
.quizImage {
  height: 300px;
  border-radius: 30px;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}

.pictQuizAnswers {
  height: 350px;
}
