@media print {

@page { 
	size: 8.5in 11in; 
	margin: 1cm;	
	transform: scale(1.0); 
}
header, nav, footer, h2, .divider, .spacebefore {
	display: none !important;
}
html, body, #recipesmaincontent {
	background: transparent !important;
	color: #000000 !important;
}
.bodycopydark {
	color: #000000;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}