@media print {

	/* Turn off background colors */
	#complete-page-wrapper, .main-background {background-color: #fff !important;}

	/* Hide unnecessary page elements */
	#skipnav, #skip-to-menu, #skip-to-services-menu, #branding-bar-v1, #search-bar, .brand_links, #heading-main-padding, #column-left, #CDSnav, #footer, #footer-v1, #header {display: none !important;}

	/* Set width of divs to maximize screen usage */
	html, body, #complete-page-wrapper, .page-wrapper, .main-background, #main-content, #homepage-top {width: 100% !important;}

	/* Remove excess margins and center content on page */
	#main-content {margin: auto !important; padding: 0 !important;}

	/* Ensure that images do not overflow the page */
	img { max-width: 100% !important; }

	/* Fix table padding to fit on single print page */
	table {margin: 0 !important; padding: 0 !important;}
	table h3 {margin-bottom: .2em !important; padding-bottom: 0 !important;}
	
	/* Add IUP text header to replace hidden banner */
	#main-content::before {
		content: "Indiana University Press\A\A";
		color: black;
		font-weight: bold;
		font-size: 25px;
		border-bottom: solid 1px black;
		white-space: pre;
		}
}
