.quiz-container {
  padding: 1em;
  max-width: 100%;
  margin: 1em auto
}

.quiz-container a {
  text-decoration: none;
  color: #333
}

#quiz-counter,
#quiz-header,
#quiz-results-screen,
#quiz-start-screen {
  text-align: center
}

.question {
  font-size: 1.25em
}

.answers {
  list-style: none;
  padding: 0
}

.answers a {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}

.answers a.correct {
  font-weight: bold;
  color: #19ff00;
}

.answers a.incorrect {
  font-weight: bold;
  color: red;
}

/*
#quiz-controls {
  background: #333;
  color: #fff;
  padding: .5em 1em;
  text-align: center;
  border-radius: 10px
}*/

#quiz-results {
  font-size: 1.25em
}

#quiz-buttons {
  text-align: center;
}

#quiz-buttons a,
.quiz-container .quiz-button {
  display: inline-block;
  padding: .5em 1em;
  background: #333;
  color: #fff;
  border-radius: 10px
}

#quiz-buttons a {
  background: #fff;
  color: #333
}

.quiz-results-state #quiz-controls {
  background: 0 0;
  padding: 0
}

.quiz-results-state #quiz-buttons a {
  background: #333;
  color: #fff;
  text-align: center;
}