@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.phppatterns.com") {
    div.toc, div#page_buttons, div#bar_topright, div#sidebar {
        display: none !important;
    }

    div#content {
        width: 100% !important;
    }
}