/**
 * Print stylesheet
 *
 * @version SVN: $Id: print.css 42 2011-02-23 12:11:04Z mishal $
 * @author mishal
 *
 */ 

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

 .no-print {
   display: none;
 }
 
