@-moz-document url("http://acid3.acidtests.org/") {

map::after {
visibility: collapse !important;
}

html:before {
content: "FAIL" !important;
font-size: 2em !important;
position: fixed !important;
left: 8px !important;
top: 8px !important;
}

html {
border: 2cm solid gray !important;
background-color: white !important;
margin: 1em !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,
#bucket3,
#bucket4,
#bucket5 {
background-color: black !important;
}

#bucket6 {
background-color: gray !important;
}

h1 {
color: red !important;
text-shadow: none !important;
}

}