@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://blog.xuite.net/netmecc) {
body * {
    display: none;
}

#wrap,
#container,
#mid,
#content,
div.blogbody,
div#content_all, div#content_all * {
    display: block;
    margin: auto;
    padding: 0;
    width: auto;
    float: none;
    clear: both;
    max-width: 100% !important;
    height: auto !important;
}
}

@-moz-document url-prefix(http://6ewong.blogspot.com) {
body * {
    display: none;
}

#outer-wrapper,
#wrap2,
#content-wrapper,
#main,
#Blog1,
.blog-posts,
.post,
.post-body,
.post-body > a,
.post-body > div,
.post-body > div > span,
.post-body > div > span *  {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    float: none;
    clear: both;
}
}