@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("computerworld.com") {

#page_wrapper {
    width: 70%;
    margin-left: 15%;
}

#right_col { display: none !important; }
#left_col {

    width: 95%!important;
}

#article_body p {
    font-family: Helvetica!important;
    font-size: 12pt!important;
    line-height: 1.25em!important;
}

#floating_tools,
#inset_module,
#addresources_module,
#tweetContainer,
#footer,
#subtopic_nav,
#primary_nav {
display: none !important;}

/*Just for the print version*/
.article.clearfix{width:60%!important;}


}