  #question {
	margin: auto;
}

#questionText {
	margin-bottom: .5em;
	font-size: 1.2em;
}

#answers ul {
	padding-left: 0;
}

#answers ul li {
	list-style-type: none;
	margin-bottom: .5em;
}

#answers ul li label {
	font-weight: normal;
	display: inline;
}

#responseBar, #quizComplete, #tutorialComplete, #progressTracker, #returnButton {
	text-align: center;
}

#response {
	margin-bottom: .5em;
	font-size: 1.2em;
}

#response.correct {
	color: #43b02a;
}
#response.incorrect {
	color: #c8102e;
}

#nextButton {
	display: none;
	margin-top: .5em;
}

#quizComplete {
	display: none;
	margin-top: .5em;
	font-size: 1.2em;
}

.glyphicon.glyphicon-check {
	color: #43b02a
}

.glyphicon.glyphicon-unchecked {
	color: #a5a7a8
}

#tutorialComplete {
	display: none;
	margin-top: .5em;
}

#certificateButton {
	display: none;
}

#returnButton {
	display: none;
	margin-top: 1em;
}