/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
.screen {
	display: none !important;
	visibility: hidden !important;
	}
	
/* Adjustments */
h1 {
	margin-bottom: 5px;
	}
h2 {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-transform: none;
	border-bottom: 1px solid black;
	}
img, div.flash {
	margin-bottom: 15px;
	}
.caption { 
	margin-top: -10px; 
	margin-bottom: 30px;
	}
div.partner {
	margin-bottom: 30px;
	}