@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.w3schools.com") {
.content {
width: 190px !important;
padding-left: 40px !important;
}

HTML > BODY > TABLE:last-child > TBODY > TR > TD:first-child + TD {
width: 900px !important;
}

HTML > BODY > TABLE:last-child > TBODY > TR > TD:first-child + TD > TABLE > TBODY > TR:first-child > TD {
padding-left: 20px !important;
padding-right: 20px !important;
}

HTML > BODY > TABLE:last-child > TBODY > TR > TD:last-child,
HTML > BODY > TABLE:last-child > TBODY > TR > TD:first-child + TD + TD {
display:none !important ;
}
}