@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("cad-comic.com") {

body > table > tbody> tr:first-child {
display:none !important;
}
body > table > tbody > tr:first-child+tr > td:first-child+td > table > tbody > tr > td:first-child+td {
display: none !important;
}
div.translatedcomicsbar {
position:static !important;
}


}