/*

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
  }
}


@media screen{
  /**
   * hide mainbooktitle
   */
  .mainbooktitle-h,
  .partrev-h,
  .propstatement-h
  {
    display:none !important;
  }


 
}