

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

#quiz-results{
	font-size: 1.25em;
	font-weight: 400;
	border-radius: 100%;
	background-color:#7bffd3;
	padding: 30px;
	height: 150px;
	width: 150px;
	border: 2px dashed #818398;
}
.question {
	font-size: 1.25em;
	font-weight: 400;
}

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

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

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

.answers a {
	display: block;
	padding: .5em 1em;
	margin-bottom: .5em;
	background: #eee;
	border-radius: 10px;
	width: 100%;
}

.answers a.correct {
	background: #090
}

.answers a.incorrect {
	background: #c00
}

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

.answers a.correct,
.answers a.incorrect {
	color: #fff
}

#quiz-buttons a,
.quiz-container .quiz-button {
	display: inline-block
}

/*#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
}*/

#quiz-counter{
	padding: 5px;
	background-color:#2bc4ed;
	color:#fff;
	font-weight: 600;
	border-radius: 15px;
}
.question-container{
	margin-top:10px;
}
#quiz-response{
	color:#000;
}
