@media print {
  @page {
    margin: 0.5cm;
  }

  *,
  *:before,
  *:after {
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .fsLightboxHandle,
  #app .Footer_google-search_3A2 .gsc-control-cse,
  #app .tooltip {
    display: none;
  }
  .notify-wrapper,
  [data-notify='title'] {
    display: none
  }
}