@media print{
	header,
	footer{
		display:none;
	}
	
	#pork-page-heading,
	#pork-single-recipe .pork-recipe-share-container,
	#pork-single-recipe #pork-recipe-tabs,
	#pork-recipe-suggestions{
		display:none;
	}
	
	#pork-single-recipe .tabs-panel{
		display:block;
	}
}
