@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("flashback.info") {

/* removes the right ads */
td[width="160"]
{ display: none !important }


/* removes the top ad etc */
.fb_adsys_container_Leaderboard
{ display: none !important }

td[height="20"][align="left"][class="date_block"]
{ display: none !important }

td[bgcolor="#959282"]
{ display: none !important }


/* removes google ads in topics */
.fb_adsys_wrapper_TextAds
{ display: none !important }


/* changes font size in topics */
td, th, p, li 
{
font-size: 14px !Important;
}


/* adds margin in topics */
.alt1 div
{
margin-top: 1em!Important;
margin-left: 1em!important;
}


/* removes the same margin in forumdisplay.php */
td[class="alt1"][title] div
{
margin-top: 0em!Important;
margin-left: 0em!important;
}

}