/*

Oxygen WebHelp Plugin
Copyright (c) 1998-2020 Syncro Soft SRL, Romania.  All rights reserved.

*/

@media print {
/**
   * Show footer
   */
    .wh_footer {
        display: block !important;
    }

    .wh_topic_content.body {
        width: 1000px
    }

    /* US616: Allow users to minimize or hid the left navigation pane in Webhelp */
    #pub_toc_button button {
        display: none;
    }

    /* US580 WH-R - print function adds additional metadata and wrong revision*/
    .propstatement-h {
        font-style: italic;
        font-weight: bold;
    }
}

@media screen {
/**
   * hide mainbooktitle
     US580 WH-R - print function adds additional metadata and wrong revision
*  */

    .mainbooktitle-h,
    .part-h,
    .rev-h,
    .propstatement-h 
    #topic_toc_button
    #pub_toc_button{
        display: none !important;
    }
}
