@import "print_default.css";

/** generic content controls are hidden in the print default
we want to show this container so we can see the logos **/
.hLogo {
	display: block;
}

/** then hide its contents **/
.hLogo img, .hLogo a {
	display: none;
}

/** displaying anything inside hLogo with a print class **/
.hLogo .print {
	display: block !important; 
}

#footer img {
	display: none;
}