table {
    width: 100%;
    text-align: left;
    margin: 10px 0;
}
table tr {
    border-top: 1px solid #dfe2e5;
    margin: 0;
    padding: 0;
}
table tr:nth-child(even){
    background: #f5f5f5 !important;
}
table tr th {
    font-weight: bold;
    border: 1px solid #dfe2e5;
    border-bottom: 0;
    margin: 0;
    padding: 3px;
}
table tr td {
    border: 1px solid #dfe2e5;
    margin: 0;
    padding: 3px;
}
#cnblogs_post_body h1 {
    background : #169FE6 !important;
    /* background: #339918 !important; */
    border-radius : 5px 5px 5px 5px !important;
    box-shadow : 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color : #FFFFFF;
    font-family:黑体;
    font-size : 20px;
    line-height: 25px;
    //margin: 0px !important;
    margin-top: 5px !important;
    padding: 4px 4px 4px 4px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    font-family:黑体;
    font-size : 18px;
    line-height: 10px;
}
#cnblogs_post_body h3 {
    font-family:黑体;
    font-size : 16px;
    line-height: 10px;
}
#cnblogs_post_body p {
    font-family:微软雅黑;
    font-size : 16px;
}
#cnblogs_post_body ol {
    font-family:微软雅黑;
    font-size : 16px;
    margin-left: 18px;
    //margin-top: 5px;
    margin-bottom: -1px;
}
#cnblogs_post_body ul {
    font-family:微软雅黑;
    font-size : 16px;
    margin-left: 18px;
    //margin-top: 10px;
    margin-bottom: -1px;
}
#cnblogs_post_body a:link {
    color: blue;
}
#cnblogs_post_body a:visited {
    color: #551a8b;
}
#cnblogs_post_body a:hover {
    color: #ff5e52;
}
//#profile_block {
//    display:none;
//}
/* #sidebar_news {
    display:none !important;
} */
#blog-calendar {
    display:none !important;
}
#sidebar_search {
    display:none;
}
#sidebar_shortcut {
    display:none;
}
#sidebar_toptags {
    display:none;
}
#sidebar_postarchive {
    display:none;
}
#sidebar_recentcomments {
    display:none;
}
#sidebar_categories {
    display:none;
}
#sidebar_topviewedposts {
    display:none;
}
#sidebar_topcommentedposts {
    display:none;
}
#sidebar_topdiggedposts {
    display: none;
}
.entrylistTitle {
    background-color: #169fe6;
    border: 1px solid #169fe6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
.myposts_title {
    background-color: #169fe6;
    border: 1px solid #169fe6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 10px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 3px #222222;
}
.pager {
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
    color: #2e6ab1;
    line-height: 50%;
}
.syntaxhighlighter code {
    background: #f5f5f5 !important;
    font-family: consolas,monospace !important;
    display:block;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    padding: 5px !important;
    overflow-x: auto !important;
    white-space: pre;
    word-break: normal;
}
.cnblogs-markdown .hljs {
    //font-size: 16px!important;
    font-family: consolas,monospace !important;
    display: block;
    overflow-x: auto;
    //background: #23241f !important;
    //color: #FFF;
    white-space: pre;
    word-break: normal;
    //padding: 0.5em;
    //padding: 10px 15px !important;
}