@media print {
  .no-print { display: none; }

  html.box-root, html.box-root body, scrolled, .root {
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
  }

  body { font-size: 9px; }
}
