@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(dmoz.org) {
HTML > BODY > CENTER > TABLE > TBODY > TR:first-child
{
display:none !important;
}
TD[bgcolor="#cccccc"][align="right"][colspan="2"]
{
opacity: 0.1 !important;
background-color: white !important;
}
TD[bgcolor="#cccccc"][align="right"][colspan="2"]:hover
{
opacity: 1.0 !important;
}
}
@-moz-document url-prefix(http://www.dmoz.org) {
HTML > BODY > CENTER > P:last-child > TABLE:first-child > TBODY > TR > TD:last-child, HTML > BODY > CENTER > P:last-child > TABLE:first-child + TABLE > TBODY > TR > TD
{
opacity: 0.8 !important;
}
HTML > BODY > CENTER > TABLE > TBODY > TR:last-child, HTML > BODY > CENTER > P:last-child > TABLE:first-child + TABLE > TBODY > TR > TD
{
background-color: #99CC99 !important;
}
}