@media print {
  .site-header,
  .recipe-actions,
  .note-form,
  .step-notes form,
  .shopping-pick,
  .flashes,
  .search { display: none !important; }

  body { background: white; color: black; }
  main { max-width: 100%; padding: 0; }
  a { color: black; text-decoration: none; }
  .ing-ref { background: transparent; }
}
