/*

Oxygen Webhelp plugin
Copyright (c) 1998-2014 Syncro Soft SRL, Romania.  All rights reserved.
Licensed under the terms stated in the license file EULA_Webhelp.txt 
available in the base directory of this Oxygen Webhelp plugin.

*/

@media print{
  /**
   * Hide header and footer
   */
  .nav,
  .navheader,
  .footer,
  .navfooter{
    display:none;
  }
  
  /**
   * Remove shadows when printing.
   */
  *{
    text-shadow:none !important;
  }
}


