@media print {
  body {
    background: white;
    color: black;
  }

  #stage,
  .hotspots,
  .case-picks,
  .header-actions,
  .art-toggle,
  #open-clinic,
  #back {
    display: none !important;
  }

  #copy,
  #tray {
    display: block !important;
  }
}
