@charset "utf-8";
/*------------------------------------------------------------------------------
CSS Information

File name:print.css
- print Pages
------------------------------------------------------------------------------*/
@media print {
	
html,
#document{
background:#FFF;
}
	
body {
/zoom: 0.68;
background:#FFF;
}

body.allergy01 #main,
body.allergy01 #side,
body.energy01 #main,
body.energy01 #side,
body.ice-cream-school01 #main,
body.ice-cream-school01 #side,
body.profile01 #main,
body.profile01 #side{
float: none !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
}


body.allergy01 #main div.spread_content,
body.energy01 #main div.spread_content {
	margin-left:100px;
}

body.allergy01 div#topicPath,
body.allergy01 h1,
body.allergy01 #side,
body.allergy01 #header #header-utilityArea,
body.allergy01 #nav,
body.allergy01 #footer-referenceArea,
body.allergy01 #footer-utilityNav,
body.allergy01 p.pageTop,
body.allergy01 p.printbtn,
body.energy01 div#topicPath,
body.energy01 h1,
body.energy01 #side,
body.energy01 #header #header-utilityArea,
body.energy01 #nav,
body.energy01 #footer-referenceArea,
body.energy01 #footer-utilityNav,
body.energy01 p.pageTop,
body.energy01 p.printbtn,
body.ice-cream-school01 div#topicPath,
body.ice-cream-school01 h1,
body.ice-cream-school01 #side,
body.ice-cream-school01 #header #header-utilityArea,
body.ice-cream-school01 #nav,
body.ice-cream-school01 #footer-referenceArea,
body.ice-cream-school01 #footer-utilityNav,
body.ice-cream-school01 p.pageTop,
body.ice-cream-school01 p.printbtn,
body.profile01 div#topicPath,
body.profile01 h1,
body.profile01 #side,
body.profile01 #header #header-utilityArea,
body.profile01 #nav,
body.profile01 #footer-referenceArea,
body.profile01 #footer-utilityNav,
body.profile01 p.pageTop,
body.profile01 p.printbtn {
display:none;
}


body.allergy01 div.spread_content div.spread_main,
body.energy01 div.spread_content div.spread_main {
display:block !important;
}


body.profile01 .print-break {page-break-before:always;}


}

