/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides legal notice, google maps logo, and "save trees, go green" image from google maps print friendly pages..
*/

/* +++ changelog +++
May 16th, 2012
- hides logo again: "logo-img-2"
April 2, 2012
- fixed "include large map" flashing issue
December 14, 2009
- hides "Directions weren't right" in footer
- re-hides google logo
Oct 15, 2008
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(https://www.google.com/maps/) {

/* HIDES GOOGLE MAPS LOGO, SAVE THE TREES IMAGE, LEGAL NOTICE, AND "Directions weren't right" */
.logo-img, .logo-img-2, img[src*="/intl/en_us/images/maps_logo_small_blue.png"], img[src*="/intl/en_us/mapfiles/gogreen_print.png"], #gmm_msg, .legal, .dir-rmi-info, .notes
{display:none !important;}

/* BETTER LOOKING HEADER - BIGGER AND EASIER TO READ FONT SIZE */
td[class*="phh"] {
font-family: georgia !important;
font: normal small-caps normal 16pt georgia !important;
letter-spacing: 0.03em !important; }

div[class*="directions-mode-disclaimer"] { display:none !important }

div[class*="fineprint"] { display:none !important }

.watermark, #watermark { display:none !important }

}