@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("maps.google.com"),url-prefix(http://www.google.com/maps){

/* Remove ads and unnecessary cruft */
div.ads, td.tabLeft, td.tabOn, td.tabSpacer, td.tabOff, #gbar, #gbarc, #gbarl, #guser, #resulttabs, td.title,#map>div:first-child+div>* {
	display:none!important;
}

/* Reposition links and remove leftover border */
#links {
	position: fixed !important;
	top: 4em !important;
	right: 8px !important;
}
#paneltabs td {
	border-bottom: none !important;
}

}