/*
 * W0TLM overrides for the bundled PDF.js viewer.
 * Hides annotation/marking tools we don't want visitors to see, while
 * leaving navigation, zoom, print, and download intact.
 */

/* Annotation editor button group (highlight, free text, ink, stamp, signature)
   and the vertical separator next to it. */
#editorModeButtons,
#editorModeSeparator {
	display: none !important;
}
