@charset "utf-8";
/* CSS Document */

@media print {
	.cat-head, #secondary, .entry-meta, .story-social, .post-navigation, .footerBG, .recipe-detail-image, .comments-area, .embed-responsive, .entry-footer {
		display: none;
	}
	
	img {
		max-height:300px;
		max-width:300px;
	}
	
	p {
		font-size: 14px;
	}
	
	.ingredientBody {
		width:100% !important;
	}
}