@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("w3schools.com") {
.content + td + td {
  display: none !important;
}
.content + td {
  width: auto !important;
}
.content + td iframe, .content + td iframe ~ *{
  display: none !important;
}
}