/* web/css/print.css */

@media print {
  html, body {
    background: #fff !important;
    color: #000 !important;
  }
  .topbar, .acbar, .drop-overlay {
    display: none !important;
  }
  .prompt { color: #555 !important; }
  .outval, .outty, .prints {
    color: #000 !important;
  }
}
