/* 去广告 */
#site_nav_under
{
    display: none;
}
.c_ad_block, .ad_text_commentbox
{
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google
{
    height: 0;
    overflow: hidden;
}
#ad_under_google a
{
    display: none;
}
#ad_t2 a
{
    display: none;
}
/* interesting */
#FallDreamCounter
{
    display: none;
}
/* 博文字体 */
#cb_post_title_url
{
    font-size: 20px;
}
#cnblogs_post_body
{
    font-size : 16px;
}
.cnblogs_code pre
{
    font-family: Courier New!important;
    font-size: 14px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code span
{
    font-family: Courier New!important;
    font-size: 14px!important;
    line-height: 1.5!important;
}