
/* used for hiding the menus when printing (required in firefox) */
#allMenus {
  display: none;
}

/* used for hiding stuff when printing */
.noprint {
  display: none;
}

/* Workaround for proper printing in Firefox */
body { overflow: visible !important; }
