/* Print: keep the printable, drop the site around it. */
@page{size:letter portrait;margin:0.5in}
@media print{
  .hdr,.rail,.panel,.drawer,.scrim,.ft,.hcta,.faq,.pbar,.crumbs,
  .gen__bar,.pcards,.rts,.ctable,.grps,.facts,.scope,.bigsearch,
  .skip-link,.steps,.uses,.tcards,.ccards,.feats{display:none!important}
  body{background:#fff!important;padding:0!important;font-size:12pt}
  .app{display:block;min-height:0}
  .col,.main,.inner{display:block;padding:0;max-width:none;width:auto}
  .gen{border:0;border-radius:0;margin:0}
  .gen__body{padding:0;min-height:0}
  .sheet{box-shadow:none!important;border:0!important;border-radius:0;padding:0}
  table{-webkit-print-color-adjust:exact;print-color-adjust:exact}
  a[href]::after{content:""}
}
