div.post div.entry {
    font-family: Georgia, "Times New Roman", Times, sans-serif
}

div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

div.post div.entry h1 {
    padding: 5px;
    color: white;
    background-color: gray;
}

div.post h2 {
    font-size: 22px;
    line-height: 100%;
}

div.post div.entry pre.code {
    font-family: Consolas border-style : dashed;
    border-left: solid 5px #6ce26c
}

div#information {
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #666666
}

.cnblogs_code {
    border-left: #58CE60 5px solid !important;
}

#site_nav_under, .c_ad_block, #under_post_news, #under_post_kb {
    display: none !important;
}
#div_digg {
    position: fixed !important;
    right: 5px !important;
    bottom: 105px !important;
    z-index: 9999 !important;
    background-color: #fff;
    font-size: 12px !important;
    width: 44px !important;
    margin: 10px 0 0 !important;
    padding: 5px !important;
    border: 1px solid #55895b !important;
    border-radius: 5px !important;
}
.scrollBtn {
    position: fixed !important;
    right: 6px !important;
    bottom: 50px !important;
    width: 54px !important;
}