.cnblogs-markdown code {
    font-family: Consolas,Menlo,Monaco,"Courier New,monospace"!important;
    font-size: 12px!important;
    height: 20px;
    line-height: 20px;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 3px!important;
    vertical-align: middle;
    margin: 0 0;
    color: #c7254e;
    display: inline;
}

#cnblogs_post_body h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 1.5em 0 0;
}

#cnblogs_post_body h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 1.5em 0 0;
}

#cnblogs_post_body h3 {
    margin: 1.5em 0 0;
}