@media print {
  /* remove the URL ghosts */
  a[href]:after {
    content: none !important;
  }

  /* hide these regions */
  .footer,
  .header,
  .sidebar {
    display: none !important;
  }
}
