/**
 * Print stylesheet for 24lemons
* @version         1.0
* @lastmodified    may18-17
*/
 
@media print {
   #masthead, #okstupid, #badvideos, #colophon, img, .green-header{
    display: none;
   }
}