/**
 * Print stylesheet
 *
 * @version SVN: $Id: print.css 2 2011-10-06 07:10:32Z michal $
 * @author mishal
 *
 */ 

 body {
  font-family: sans-serif;
  font-size: 10pt;
  color: #000;
  background: #fff;
  padding: 0.5em;
 }

 .no-print {
   display: none;
 }
 