@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("tweak.dk") {
 html {margin-top: -190px !important}

/* NÃ¥r Firefox suportere nth-child:
 td[width="210"] > div[align="left"] > table:nth-child(1,3,7), 
 td:last-child > div[align="right"] > table:nth-child(1,3)
 {display: none; visibility: hidden; height: 0px !important}
*/

 td[width="210"] > div[align="left"] > table:first-child, 
 td[width="210"] > div[align="left"] > table:last-child,
 td:last-child > div[align="right"] > table:first-child
 {display: none; visibility: hidden; height: 0px !important}

 * [src*="/advertising/"]
 {visibility: hidden; height: 0px !important}

}