/******************************/
/*   MacWorld Ad Remover      */
/*           by               */
/*        -RaditZ-            */
/*                            */
/*   Removes the annoying     */
/*   ad in the main article   */
/*   in all IDG.se sites      */
/*   (MacWorld, PC FÃ¶r Alla..)*/
/*                            */
/*   Also sets a small margin */
/*   to the main text.        */
/******************************/

@namespace url(http://www.w3.org/1999/xhtml);

/* The Sites */
@-moz-document url(http://www.idg.se/), url-prefix(http://macworld.idg.se/), 
url-prefix(http://pcforalla.idg.se/), 
url-prefix(http://mikrodatorn.idg.se/), 
url-prefix(http://internetworld.idg.se/),
url-prefix(http://computersweden.idg.se/),
url-prefix(http://m3.idg.se),
url-prefix(http://dagensteknik.idg.se/),
url-prefix(http://capdesign.idg.se/)
{

/* The ad */
.adContainer {display: none !important ; }

/* The main article */
.articleTeaser { margin-bottom: 10px !important; }

}