@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(theglobeandmail.com) {

/* remove top of page ad boxes */
    div[id^="attic"] { 
    display: none !important;
  }


/* remove large ad box from page center */
    div[class="bigbox ad"] {
    display: none !important;
  }


/* The following removes Insider Edition (pay) sections */

/* remove Insider Edition Commentary */
    div[class="sectionF"] { 
    display: none !important;
  }

/* remove Diversions */
    div[class="insiderImg"] { 
    display: none !important;
  }

/* remove Diversions */
    div[class="nav sub"] { 
    display: none !important;
  }
}
