@namespace url(http://www.w3.org/1999/xhtml);
/* Templated upon:
 * http://userstyles.org/styles/797
 * http://userstyles.org/styles/1742
 */

@-moz-document domain("w3schools.com") {

 body > table[width="100%"]:first-child,
 a[name="top"] + table, 
 h2.tutheader + table > tbody > tr:first-child > td[width]:first-child > img[alt="picture"],
 [src^="/banners/"],
 .content + td iframe,
 .content + td iframe ~ *,
 .content + td + td
  {
    display: none !important;
  }

 body > table + table,
 .content + td > table
  {
    margin: 0 !important;
    width: 100% !important;
  }
 h2.tutheader + table > tbody > tr:first-child > td[width]:first-child,
 .content + td 
  {
    width: auto !important;
  }
}