body #home{
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    padding-top: 1px;
}
#topics{
   float: none;
}
#topics .postTitle{
    padding-left: 0;
    font-size: 1.8em;
}
#home #topics .postBody p{
   font-size: 15px;
}
.cnblogs-markdown pre code.hljs{
    font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace!important;
    font-size: 14px!important;
}
#cnblogs_post_body img {
    max-width: 95%;
    max-height: 500px;
}
#blog-calendar{
    display: none !important ;
}
#cb_post_title_url{
    transition: none;
}
#cb_post_title_url:hover{
    margin-left: 0;
}
#green_channel{
    border: none;
    float: left;
}
#green_channel a{
    background-image: none;
    border: none;
    font-size: 15px;
    border-radius: 15px;
    box-shadow: none;
    margin-right: 20px;
}
#green_channel #green_channel_weibo{
    display: none;
}
#green_channel #green_channel_wechat{
    display: none;
}
#author_profile{
    display: none;
}
#topics .postDesc{
    color: #AAA;
}
#sidebar_categories{
    display:none;
}
#sidebar_shortcut{
    display: none;
}
#sidebar_recentcomments{
    display: none;
}
#sidebar_topcommentedposts{
    display: none;
}
.feedback_area_title{
    border-bottom: 1px solid #EEE;
}
#sidebar_topdiggedposts{
    display: none;
}
#comment_form_container p:first-of-type{
    display: none;
}
#comment_form_container p:last-of-type{
    display: none;
}
#commentform_title{
    display: none;
}
#comment_form_container p{
    text-align: right;
    margin-right: 5%;
}
#commentform_title{
    border-top: 1px solid #ccc;
    border-bottom: 0;
    margin-bottom: 10px;
}
#comment_nav{
    display: none;
}
.newsItem>.catListTitle{
    display: none;
}
#right_pic{
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 15px 0;
}
#author_pic{
    margin: 0 auto;
    height: 100px;
    border-radius: 50%;
}
#author_pic:hover {
    transform: rotate(666turn);
    transition-duration: 59s;
    transition-timing-function: cubic-bezier(.34, 0, .84, 1)    
}
#profile_block {
    font-size: 14px;
    text-align: center;
}
#toTop{
    padding: 10px;
    display: block;
    color: #999;
    text-decoration: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #FFF;
    width: 36px;
    text-align: center;
    line-height: 1.25;
    z-index: 1000;
    font-size: 14px;
    box-sizing: border-box;
}