/* Coded by Slavos1, 21/8/2006, v.1.0 */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("extremetracking.com") {
  /*
    little hack-ish, but I did not know how to reach it;
    using just "visibility: hidden" would result in a white gap
  */
  table[cellpadding="6"], table[cellpadding="10"] {
  display: none !important;
  }
}
