@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wikipedia.org") {

* {
  background-color: #323232 !important;
  color: #8E8181 !important;
  /*border-color: #515050 !important;*/
  border: none !important;
  text-shadow: none !important;
}

a {
  color: #C6CEC2 !important;
}

h2, h2 span {
  background-color: #514D4D !important;
  color: #2B2424 !important;
}

#searchInput {
  padding: 0px !important;
  margin: 0px !important;
}

#footer, #siteNotice {
  display: none !important;
}

}