#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, #progressTracker {
	text-align: center;
}

#response {
	margin-bottom: .5em;
	font-size: 1.2em;
}

#response.correct {
	color: #328320;
}
#response.incorrect {
	color: #c8102e;
}

#nextButton {
	display: none;
	margin-top: .5em;
}

#quizComplete {
	display: none;
	margin-top: .5em;
	font-size: 1.2em;
}

#progressTracker {
	margin-top: 2em;
	color: #FFFFFF;
    background-color: #c8102e;
}
