@namespace url(http://www.w3.org/1999/xhtml);

/* -------------------------------------------------------- *
 * Style:   New Facebook - Ad Remover                       *
 * Author:  Filius - veryhugebox at gmail                   *
 * -------------------------------------------------------- */

@-moz-document domain("facebook.com") {

    /* --- Delete any of the following sections to prevent the style from removing an element --- */

    /* Remove Advertisements */

    .invitefriends, div[id*="sponsor"], div[class*="sponsor"], div[class*="advert"], div[class$="_ad"], div[id$="_ad"], div[class$="_ads"], div[id$="_ads"], div[class^="ad_"], div[id^="ad_"], div[class^="ads_"], div[id^="ads_"], div[class*="_ad_"], div[id*="_ad_"], .adcolumn_header
    {
        display: none !important;
    }

    /* Remove Find Your Friends */

    #findfriends
    {
        display: none !important;
    }

}