@media print {
  .top-bar,
  nav,
  aside,
  .meter-notice,
  .new-navigation,
  .top-leader,
  .in-copy-ad
  .floated-in-copy-ad,
  .below-story,
  #widget_detail_keywords,
  #widget_detail_comments,
  #widget_detail_postlinks,
  .mobile-top-nav,
  .bottom-leader,
  .sponsors,
  footer,
  .header .icons,
  .header .search-form,
  .maincontent-column .detail-footer,
  .maincontent-column .photo-purchase {
    display: none !important;
  }
  .maincontent-column {
    width: 100% !important;
  }
  a[href]::after {
    /*content: " (" attr(href) ")";*/
    display: none !important;
  }
}
