/*OS ============================================================================================*/
body > .content > section{
	
}


body > .content > section > header{
	font-weight: bold;
	font-size: xx-large;
}


/*Questions =====================================================================================*/
body > .content > section > section > header{
	font-size: x-large;
	margin-bottom: 10pt;
}


body > .content > section > section{
	margin-bottom: 20pt;
}


body > .content > section > section > img{
	margin-top: 10pt;
	margin-bottom: 10pt;
	max-width: 100%;
	max-height: 200pt;
}


body > .content > section > section > img:hover{
	max-height: none;
}