@charset "UTF-8";

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		background-color: transparent !important;
	}

	table tr,
	img {
		page-break-inside: avoid;
	}

	/*img {
		max-width: 100% !important;
	}*/

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	/* global.css */
	#ucar-base-header,#header {
		position: static !important;
		display: none !important;
	}

	section#main {
		padding-top: 20px !important;
	}
	
	#footer {
		position: static !important;
		height: auto !important;
	}

	#footer .footer-body {
		position: static !important;
		opacity: 1 !important;
	}
}

