@media print {
  body {
    display: none !important;  /* hide whole page */
    visibility:hidden !important;
    height: 0;
  }
}