/* Printer  */


/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {
	margin-right: 10% ; background: none #fff; 
}

.noprint, .caption, .color-dark, .color-light, .contact	{
	display: none
	}

.contentbox {
	border: 0;
	color: #000000;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 5%;	
	margin-top: 5%;
	font-size: 12.5px;
}
