/* 
e24.no - adblocked
@author: Rune Bjonness (beigelogic)
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("e24.no") {
  #ad_right,
  #ad_top,
  #ad_left,
  #ads-right,
  #ads-top,
  #ann1,
  #ann2,
  #annHdiv,
  .adArticleExtra,
  .ads,
  .adContentFoot,
  .adContentMain,
  .adContentRight,
  .splash,
  [href*="/ads/"]
  {
    display:none !important;
    width:0px !important;
    height:0px !important;
  }

}