@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:support"), url("about:plugins") {

html, body{
background: #111 !important;
color: #ddd !important;
}

HR { 
border-color: transparent !important;
}

table  {
background: #222 !important;
border-radius: 5px !important;
border-color:black!important;
color: #eee !important;
}

td, th {
border:none !important;
}

th {
text-align: left !important;
background: black !important;
}

a {
color: lightblue !important;
}

a:hover {
color: tomato !important;
}

button {
-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: 4px !important;
border: 1px solid black !important;
padding-bottom: 2px !important;
}

button:hover {
background-image: -moz-linear-gradient(rgba(120,120,120,.7), rgba(120,120,120,.6) 10%, transparent 60%) !important;
}

#findmore,
#findpluginupdates,
#installhelp {
background: #000 !important;
padding-left: 5px !important;
}

#findmore {
border-radius: 5px 5px 0 0 !important;
padding-top: 5px !important;
}

#installhelp  {
border-radius: 0 0 5px 5px !important;
padding-bottom: 5px !important;
}

h2 {
color: steelblue !important;
margin-bottom: 0 !important;
}

dd {
color: lightgreen !important;
}

}

