/* Hide non-viewing controls in the annual report viewer. */
#secondaryOpenFile,
#printButton,
#downloadButton,
#secondaryPrint,
#secondaryDownload,
#editorModeButtons,
#editorModeSeparator {
    display: none !important;
}
