@media print {
  .side-header, 
  .main-navigation, 
  .top-bar,
  .main-navigation, 
  .widget-area, 
  .footer-widgets,
  .fedsmith-social-sharing,
  .related-links,
  .post-navigation,
  .comments-area,
  .menu-footer-menu-container,
  .icon-arrow-up,
  .ezoic-ad
  {
        display: none !important;
  }

  body {
	 font-size: 19px;
	 margin: 0;
	 padding: 0;
	 background: #fff;
	 color: #000;
  }
  @page {
      margin: 2cm;
   }
   h2, h3, h4, h5 {
   	page-break-after: avoid;
	}
	img {
		max-width: 100%;
	}
	ul, img {
	page-break-inside: avoid;
	}
	.content-area {
		width: 100% !important;
	}
	.site-info {
		background-color: #fff;
		color: #000;
	}
	.entry-content a {
		color: #044cdb;
		font-weight: bolder;
	}
	[id*="ezoic-pub"] {
		display: none !important;
	}
	.author-box-image {
		float: left;
		margin-right: 20px;
	}
}

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}

@media print {
   header h1:after {
      content: url(https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=https://www.fedsmith.com&choe=UTF-8);
      position: absolute;
      right: 0;
      top: 0;
   }
}