/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
div.screen {
	display: none !important;
	}
	
/* Adjustments */
div#logos {
	margin-bottom: 20px;
	}
	div#logos img {
		margin-right: 50px;
		}
