@media print {
  body {
    background: #fff none !important;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
  }
  body a {
    color: #000;
  }
  body a:after {
    content: " " attr(href) " ";
  }
  body #mobileNav, body .embed-container iframe {
    display: none !important;
  }
  body small.caption {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  body header, body footer, body .related-articles,
body p#breadcrumbs, body .share, body .author-social,
body .subscription-module, body .minute-read {
    display: none !important;
  }
}
