@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("ask.com") {

/* colors */
body { 
 background: black !important;
 color: grey !important; 
}
div > [class="T1"] { color: grey !important; }
input { color: red !important; }
label { color: orange !important; }
.BG1 { background-color: #111111 !important; }

a { color: #FFFF31 !important; }
a:visited { color: #4B50AF !important; }


/*show no advertisement*/
 .spl_shd { display: none !important; }


/* Count the Search-Results */
body{
counter-reset: result !important; 
}
.L4:before{ 
content: counter(result) ". " !important; 
counter-increment:result !important; 
} 




}