* {
  visibility: hidden;
  position: static;
  display: none;
}

#print {
  visibility: visible;
  position: static;
  display: block;
}
