/* @option user selected banner height setting */

#banner {
	min-height: 200px;
}

@media print {
	#banner {
		min-height: 0px;
	}
}