@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("kingdomofloathing.com") {
#aktodolist tr:first-child ~ tr {display: none !important;}
#aktodolist tr:first-child:hover ~ tr,
#aktodolist tr:first-child ~ tr:hover {display: table-row !important;}
#aktodolist tr:first-child ~ tr a:visited {display: inline !important; color: #ccc !important;}
}