/***** Remove/Hide "Print Page" box from the page *****/
/*
Yes, this is a workaround... Ideally we'd simply remove it from
the page in the first place.
*/
#printpagebox {display:none;}


