@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.garfield.com/comics") {

/* hides advertisements */
iframe {
display: none !important;
}

img[src*="images/banner"],
img[src*="images/badge"],
img[src*="images/tower_ad"] {
display: none !important;
}

/* fixes the layout */
/* hides top table */
table[width="955"] td[width="16"],
table[width="955"] td[width="728"],
table[width="955"] td[width="195"] {
display: none !important;
}

/* hides right-hand sidebar */
td[width="168"] {
display: none !important;
}

td table[width="955"],
table[width="787"],
td[width="787"] {
width: 100% !important;
}

img[src*="images/shim"] {
display: block !important;
height: 6px !important;
}

/* hides bottom table */
table[width="775"] {
display: none !important;
}

}