/*
 * Adagium PDF viewer: remove the OJS title strip that overlaps the document.
 * The embedded PDF.js toolbar and document remain available.
 */
body.pkp_page_article.pkp_op_view > header.header_view {
    display: none !important;
}
