@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:home"), url("about:Home") {

html {
  background: #000 !important;
}

a {
  color: steelblue !important;
}

#snippets {
background: #444 !important;
box-shadow: 0 0 4px rgba(161,161,161,.9) inset !important;
color: #ccc !important;
}

#searchText {
  -moz-appearance: none !important;
  background: #444 !important;
  border-radius: 4px 0 0 4px !important;
  border: none !important;
  color: #ddd !important;
  font-size: 16px !important;
  text-indent: 4px !important;
  box-shadow: 0 0 4px rgba(161,161,161,.9) inset !important;
}

#searchContainer input:not(#searchText)  {
  -moz-appearance: none !important;
  color: #ddd !important;
  background: rgba(0,0,0,.7) !important;
  box-shadow: 0 0 4px rgba(161,161,161,.9) inset !important;
  border-radius: 0 4px 4px 0 !important;
  border-top: 1px solid #444 !important;
  border-right: 1px solid #444 !important;
  border-bottom: 1px solid #444 !important;
  border-left: 1px solid transparent !important;
  margin-left: -2px !important;
 }


}
