.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;
	margin-bottom: 30px;
}
.answers {
	list-style: none;
	padding: 0;
}
.answers a {
	display: block;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	background: #1d84b1;
	border-radius: 10px;
	color: #ffffff;
}
.answers a.correct {
	background: #77dd77 !important;
}
.answers a.incorrect {
	background: #ff6961 !important;
}
.answers a.correct,
.answers a.incorrect {
	color: #fff;
}
.quiz-response {
	font-size: 1.25em;
	margin-bottom: 20px;
}
.quiz-controls {
	background: #333;
	color: #fff;
	padding: 0.5em 1em;
	text-align: center;
}
.quiz-results {
	font-size: 1.25em;
	margin-bottom: 30px;
}
.quiz-buttons a,
.quiz-container .quiz-button {
	display: inline-block;
	padding: 0.5em 1em;
	background: #333;
	color: #fff;
	border-radius: 10px;
	width: 100%;
}
.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;
}
