@media print {

  .masthead,
  .nav,
  .article-sidebar,
  .article-bottom,
  .article-sdn,
  footer {
    display: none !important;
  }

  .article-footnotes {
    display: block !important;
  }
}