/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

 h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

*{
	background: white!important;
}

 .avia-slideshow,
 .other-recipes,
 .wip_recipes-print,
 .recipe-icons span,
 nav,
 /*footer,*/
 #footer {
 	display: none!important;
 }

 main {
 	padding: 0!important;
 }

 .flex_column {
 	clear: both!important;
 	float: none!important;
 	margin: 0!important;
 	padding: 0!important;
 	width: 90%!important;

 	/*border: 30px solid red!important;*/
 }

p,
li {
	clear: both!important;
 	font-size: 12pt!important;
 	line-height: auto!important;
 	margin: 0!important;
 }
