/* 
    Document   : print.css
    Created on : Oct 19, 2010, 11:27:45 AM
    Author     : barwin
    Description:
        hide elements that shouldn't be printed
*/


.no-print { display: none !important; }
#sfWebDebug { display: none; }
