@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("ask.com") {

/* Count the Search-Results */

body{
counter-reset: result !important; 
}
.L4:before{ 
content: counter(result) ". " !important; 
counter-increment:result !important; 
} 

/* Remove Stuff only registered members need */

#ask_header_moreLink{
display:none !important;
}
#myStuffLink{
display:none !important;
}

/* Left Sidebar Remover */

#leftRail{
display:none !important ; 
}

/* Stretch Search Results */

#content {
margin-left:0 !important;
}
#midRail {
width:75% !important; /* Cannot set to 100% because of occasional right-aligned box which contains definitions etc. */
}

/* Sponsored Results Remover */

.spl_shd{ 
display: none !important;
} 

}
