@-moz-document url("http://acid3.acidtests.org/") {

map::after {
font-family: serif !important;
}

html:before {
content: "FAIL" !important;
font-size: 2em !important;
position: fixed !important;
left: 8px !important;
top: 8px !important;
}

#result:before {
content: "-" !important;
}

#slash {
color: red !important;
}

#linktest {
display: block !important;
color: red !important;
text-align: center !important;
text-decoration: none !important; 
}

#bucket1,
#bucket2,
#bucket5 {
background-color: black !important;
}

#bucket3,
#bucket4 {
background-color: silver !important;
}

#bucket6 {
background-color: gray !important;
}

h1 {
color: red !important;
text-shadow: none !important;
}

}