/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }
/* </pre> */


div.ajax-poll { width:auto !important; }

.ajax-poll .total { display: none; }

/** rt18390 **/
#mw-editbutton-image,
#mw-editbutton-media,
#mw-editbutton-math,
#mw-editbutton-nowiki,
#mw-editbutton-hr,
#mw-editbutton-headline
{
  display: none !important;
}

body.ns-0 #mw-editbutton-signature
{
  display: none !important;
}

body.ns-2 #firstHeading,
body.ns-2 #contentSub
{
	display: none;
}

body.page-Wikianswers h1.firstHeading, body.page-Wikianswers #contentSub {
  display:none;
}