/*
This style removes the ads and fixes the layout so the content can stretch the full width of the page.
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(sourceforge.net) {

div[id*=fad],
.four {
    display: none !important;
    }

.onewide,
.onewidetop {
    width: 100% !important;
    }

.ostgnavbar {
    padding-bottom: .5em !important;
    }

}
