/* Hide instructor notes in student handouts */
.instructor-only {
  display: none !important;
}
