@charset "utf-8";
/** apply page styles to occur in editor window **/
@import "/common/stylesheet/structure.css";

/* BUT change background to white so as to keep styling consistent */

#tinymce {
    background: #fff;
}
