@media print {
  body.single-story {
  }

  body.single-story header {
    display: none;
  }
  
  body.single-story footer {
    display: none;
  }
  
  body.single-story .sidebar {
    display: none;
  }

  body.single-story .related-stories-below {
    display: none;
  }
}