@media Print {
   .noprint { display:none;}
   /*Anything insode a noprint class will not be displayed when printing*/
} 