@-moz-document domain('demonoid.com') {

img[src^="/images/download.gif"] { display: none; }

/* All download links */
a[href^="/files/download"] {
background: #E8EAD4 url(/images/download.gif) no-repeat 10px center;
border: 1px solid #434919;
border-radius: 10px;
color: #434919;
display: inline-block;  
font-size: 2em;
margin: 0px;
padding: 10px 20px 10px 40px;
text-decoration: none;
}

/* Download links on the detail page */
td.ctable_content a[href^="/files/download"] {
margin: 10px;
}


/* Download links in search results */
td[class^="tone_"] a[href^="/files/download"] {
background-image: none;
padding: 5px 10px;
}

}
