@media print {
  body header,
  body footer,
  body div.hero,
  body span.hideOnPrint {
    display: none;
  }
}
