/* Pages with question card
Fade style applied when the card is marked done */
.question-card.done-question {
  opacity: 0.2;
}


