@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://imageshack.us/"),
url("http://www.imageshack.us/") {

/* fix width */
.table_decoration {
  width: auto !important;
}

/* remove ads */
.table_decoration td:first-child {
  display: none !important;
}

}