@media print {
	body {
	font-size: 16px;
	color: black;
	background: white;
	margin: 0;
  }
  .page {
	margin-top: 0;
  }
  h1 {
	font-size: 24px
  }
  h2{
	font-size: 20px;
  }
  .recipe .columns .column .ingredients-title {
	font-size: 20px;
  }
  .recipe .columns .column .ingredients ul li {
	font-size: 18px;
  }
  .recipe .instructions p {
	font-size: 16px;
  }
}
header, footer, nav, aside, form, video, img, .five9-chat-button, audio .adslot {
  display: none !important;
}