div.postTitle a:visited {
    color: #9cba39;
}
a {
    color: #399ab2;
    text-decoration: none;
}
div.forFlow {background: #fefefe !important;}
h2 {
    color: #fff;
    background-color: #008eb7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}
#cnblogs_post_body h3 {
    /*color: #fff;
    background-color: #008eb7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    text-shadow: 2px 2px 3px #404040;*/
    font-size: 23px !important;
    margin: 10px 0px !important;
    
}
#cnblogs_post_body h4 {
    /*color: red;
    background-color: #999;*/
    font-size: 18px !important;
    margin: 10px 0px !important;
    padding-left: 20px;
    border-left: 10px solid #70AD47;
}
p {
    margin: 3px 0px !important;
    text-indent: 2em !important;
}
p code,
li code {
  text-indent: 0em;
  color: #E74C3C;
  background-color: #fff;
}
blockquote p {
    text-indent: 0em !important;
}
.postBody span,
.postBody p  {
    line-height: 1.7;
}
h5 {
    font-size: 16px !important;
    margin-top: 20px;
    /*background-color: #999;
    color: red;*/
}
strong {color: red;}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    font-size: 13px !important;
    line-height: 1.5!important;
    /*padding: 5px !important;*/
    position: relative;      /*从这里开始的下面三行设置代码块的行号，但是设置不成功*/
    padding-left: 0.8em;
    counter-reset: linenumber;
}
.cnblogs_code pre {
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    font-size: 13px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
/*pre {text-indent: 2em;}*/
.cnblogs_code span {
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}
.syntaxhighlighter .line.alt1,
.syntaxhighlighter .line.alt1 {
        font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
        background-color: #f5f5f5 !important;
        font-size: 13px !important;
}
.blogpost-body pre font {
    width: auto;
}
