.noprint {
    display:none;
}

/* the following is required to bypass printing bug in firefox
   See https://bugzilla.mozilla.org/show_bug.cgi?id=294991 and
   http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/
*/
#page {
    overflow:visible;
}

