/* DeviantART Adblocker Plus v2.4b     */
/* Original code by Shadowtech   */
/* Additional code by Micah Bucy */
/* Aug 8 new Deviantart interface updates begin */
/* Aug 9 bugfixes for my.deviantart.com and subscribe page */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("deviantart.com") {
*[class="section"], *[class="icons vicons iconset-home"] + br, *[class="icons vicons iconset-home"] + br + br { display: none !important; }
}

@-moz-document url-prefix("http://today.deviantart.com"), url-prefix("http://my.deviantart.com"), url-prefix("http://www.deviantart.com/store/subscribe") {
.section { display: block !important; }
}

@-moz-document url-prefix("http://chat.deviantart.com") {
  div#output > div:first-child { display: none !important; }
  div#output > div#content { display: block !important; }
  div#output > div#user { display: block !important; }
  #section-nav-ads { display: none !important; }
  #supernotice { display: none !important; }
  hr + div + div.output-primary { display: none !important; }
  #address { display: block !important; }
  A:link[HREF*="ads.deviantart.com"] IMG { display: none !important; }
 div#nav-east > div:first-child + div { display: none !important; }
}
@-moz-document url-prefix("http://my.deviantart.com") {
  div#output > div:first-child { display: none !important; }
}