@media print {
	html, body {
		background:#fff;
	}
	body {
		color:#000;
	}
	.wrapper {
		width:900px;
	}
	#header, .recipe-bc, #related-recipes, #footer, a.button {
		display:none;
	}
	.back-top {
		display:none !important;
	}
	img.recipe-main {
		width:100%;
		height:auto;
		margin:0 auto 25px auto;
	}
	#content {
		padding:0;
	}
	#recipe h1 {
		color:#000;
	}
	.exclude-print {
		display:none;
	}
}