body {
  background-color: white;
  overflow: scroll !important;
}

body > *:not(.printable) {
  display: none;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.printable {
  display: block !important;
}/*# sourceMappingURL=print.css.map */