@media print {
  body {
    background: white;
    color: black;
    margin: 0;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }

  #header-container,
  #footer-container,
  .sidebar,
  .postcommentcount,
  .postperson,
  .editpost,
  .postsocial,
  .yarpp-related,
  .postfooter,
  .prevpost,
  .nextpost,
  .addthis_jumbo_share,
  iframe,
  #infinite-handle,
  .price-box,
  .product_btn {
    display: none !important;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-width: 100%;
  }

  blockquote, table, pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  .col-main-xlg {
    width: 100% !important;
  }

  @page {
    margin: 1.25cm;
}

  a,
  a:visited,
  a:active,
  a:focus {
    color: #b0291b;
    text-decoration: underline !important;
  }

  a:link:after, a:visited:after {
    content: "";
  }

  .posttitle {
    border: 0;
    margin-bottom: 0;
  }

  .postbyline {
    height: auto !important;
  }
}
