@media print {
  * { background: transparent !important; box-shadow: none !important; color: #111 !important; }
  .site-header, .site-footer, .button, .menu-toggle, .queue-demo, .audit-form { display: none !important; }
  body { font: 12pt/1.5 Georgia, serif; }
  a { text-decoration: underline; }
  .container { width: 100%; max-width: none; }
}
