/* @option user selected banner height setting */

#banner {
	padding-bottom: 5%;
}

@media print {
	#bannerOuter {
		padding-bottom: 0;
	}
}