dt { font-weight: bold; margin-top: 1em; margin-bottom: 0em;}
dd { margin-left: 0px; margin-bottom: 2em; margin-top: 0em; }
textarea.response { 
	width: 100%; 

	border: thin solid black; 
	min-height: 5em; 
	max-height: 10in; 
	display: inline-block;
}
p { margin-top: 0.25em; margin-bottom: 0.25em; }
a#home {position: absolute; top: 1em; right: 1em; }
.question {margin-top: 1em; margin-left: 1em; margin-right: 1em; }
.indent {
	margin-left: 1em;
}
div.response {
	border: thin solid black;
}
div.source {
	font-size: 0.8em;
	font-style: italic;
	border-top: thin solid black;
}

@media print {
	textarea.response { 
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
	}
	
	#home {
		display: none;
	}
}
