@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("ewrestlingnews.com") {

/* The header ad */
.headerSectionCell {
  display: none !important;
}

/* Near-top ads*/
body > img + table > tbody> tr ~ tr {
  display: none !important;
}

/* General ads */
iframe, object { display : none !important;}

/* Left-side ads */
.navBodyCell > table > tbody > tr ~ tr {
  display: none !important;
}

/* Make links visible */
.navBorderCell2 + td a{
  color: black !important;
  text-decoration: underline !important;
}

.content {
  padding: 0 1em !important;
}
}