#main .forFlow .day .postTitle{
    font-size: 18px;
    font-weight: bold;
    padding: 0 100px 6px 20px;
    border-bottom: 0px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid transparent;
}

#sidebar_shortcut{
    display: none;
}

.day .postCon {
    line-height: 1.5em;
    width: 90%;
    margin: 0 5%;
    clear: both;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: rgba(128,128,128,0.1);
}

.day .dayTitle{
    display: none
}

.day .postSeparator{
    margin: 0 auto 2em auto;
}

.day .postDesc{
    width: 90%;
   margin: 0 5%;
    box-sizing: border-box;
    position: absolut;
    float: none;
    clear: both;
    text-align: right;
    padding-right: 20px;
    color: #a3a3a3;
    background: rgba(128,128,128,0.1);
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#sideBar .newsItem{
    display: none;
}

#sideBar #sidebar_toptags{
    display: none;
}

#blog_post_info_block #green_channel{
    display: none;
}

#blog_post_info_block #author_profile{
    display: none;
}
textarea#tbCommentBody{
    width: 100%;
    height: 100px;
}

#comment_form.commentform #ad_t2{
    display: none;
}

#comment_form.commentform #opt_under_post{
    display: none;
}

#comment_form.commentform #cnblogs_c1{
    display: none;
}

#comment_form.commentform #under_post_news{
    display: none;
}

#comment_form.commentform #cnblogs_c2{
    display: none;
}

#comment_form.commentform #under_post_kb{
    display: none;
}

.topicListFooter{
    margin-right: 200px;
}