@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http:"), url-prefix("https:"), url-prefix("file:"), url("about:blank") {

*:not(a) {
-moz-appearance: none !important;
border-color: #4D4D4D !important;
}

*:not(input):not(img):not(a) {
background: #000000 !important;
/* background-image: none !important; */
color: #696969 !important;
}

input:not([type="hidden"]):not([type="image"]), a.btn span {
font-size: 12px !important;
font-family: arial, verdana, tahoma !important;
padding: 2px !important;
border: 1px solid #CCCCCC !important;
color: #4D4D4D !important;
background-color: #000000 !important;
}

a, a:focus, a:visited {
background-color: transparent !important;
color: #0B77BF !important;
}

a:hover, a:focus:hover, a:visited:hover {
color: #30A5F3 !important;
}

a:active {
color: #A40000 !important;
}

a[name] {
display: none !important;
}

}