@media print{
  .nav, .no-print{ display:none !important; }
  body{ background:#fff; }
  .container{ max-width:none; padding:0; }
}
