/* CSS for defining print layout for HTML/PDF */

.print_section {
	clear: both;
	color: black;
	text-decoration: underline;
}

.print_question {
	clear: both;
	color: black;
	font-style: 900;
}

.print_subquestion {
	clear: both;
	font-style: normal;
	font-weight: bolder;
}

.print_response {
	clear: both;
	color: red;
	font-weight: 400;
}

