@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("PUT DOMAIN HERE") {

/* The entire box */
iframe[id$='WebEdit'] {
    width: 1000px !important;
    height: 540px !important;
}

/* The inner workspace */
iframe[id$='htmlObject'] {
    width: 996px !important;
    height: 370px !important;
}

/* The source code workspace */
textarea[id$='textObject'] {
    width: 996px !important;
    height: 443px !important;
}

body[style="font-family: Verdana,Arial; background-color: rgb(255, 255, 255);"] {
    font-size: 76% !important;  
}

table {
    font-size: inherit;
    font-family: inherit;
}

/* Fix the messed up search/replace tool */
div#modalBlocker {
    display: none !important;
}

}