.content {
	background-color: #fff;
	padding: 20px;
}

.content > h1 {
	font-size: 30px;
	text-align: center;
}

.content > h2 {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
}

#flagmanQuestions {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
}

#errorContent {
	margin-top: 30px;
}

#errorContent > h3 {
	margin-top: 20px;
	font-size: 24px;
}

#errorContent > ol {
	margin: 10px 0 0 30px;
	list-style-type: disc;
}

#errorContent > ol > li {
	margin-bottom: 10px;
}