@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(en.wikipedia.org){
  /* Remove the left column, and the logout and watchlist links. */
#footer,
  .portlet,
  #pt-logout,
  #pt-watchlist,
  #ca-watch{
        display: none !important;
  }

  /* Restore the article views and user tools the last rule took out */
  #p-cactions, 
  #p-personal{
        display: block !important;
  }

  /* Remove the space the left column took up.*/
  #content{
        margin-left: 5% !important; margin-right: 5% !important;
	border-right: 1px solid #aaa !important;

  }
#p-cactions{left:5em!important;}
#siteNotice,#siteSub,#p-personal{display:none!important;}
}