@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("en.wikipedia.org") {

/* Remove everything but the article, and the tabs above it. */
body.mediawiki .portlet:not(#p-cactions),
body.mediawiki #ca-watch,
body.mediawiki #siteNotice,
body.mediawiki #siteSub,
body.mediawiki #footer{
        display: none !important;
}

/* Remove the space the left column used to use.*/
body.mediawiki #content{
        max-width: 45em !important;
        margin: 0 auto !important;
        margin-top: 2.8em !important;
        border-right: 1px solid #aaa !important;
}

/* Move the tabs to a saner position. */
body.mediawiki #p-cactions{
        left: 3em !important;
        text-align: center !important;
}
}