@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userstyles.org") {

img[src*="screenshot/"] {
    max-height: none !important;
    max-width: none !important;
    overflow: visible !important;
    }

.screenshot, .screenshot-table * {
    display: block !important;
    max-width: none !important;
    width: auto !important;
    }

}