
#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 127%;
}
#sideBar {
    display: none;
}
#post_next_prev {
    line-height: 1.8;
    font-size: 12px;
    display: none;
}
#cnblogs_ch {
    display: none;
}
#cnblogs_c1, #cnblogs_c1 img {
        display: none;
}
#under_post_card1,#under_post_card2,#comment_form_container p ,#top_nav{

    display: none;
}
#topics .postTitle {
    border: 0;
    font-size: 400%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
pre.prettyprint code {
    font-size: 14px !important;
    }

.postTitle {
    border-left: 6px solid #13c3a7;
    }
.postDesc {
    font-size: 14px;
    background: url(images/posted_time.png) no-repeat 0 4px;
    margin-top: 7px;

}