/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes ads on mapquest.com
*/

/* +++ changelog +++
June 27, 2009
 - original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mapquest.com") {

/* HIDES ADS */
div.ad, div.ads { display: none !important; }

}