.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 14px !important;
}
.postTitle, .postTitl2, .entrylistPosttitle {
    /* font-weight: bolder; */
    color: black;
    font-size: 23px;
    padding-right: 65px;
    padding-left: 15px;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #963030;
}
a:link {
    text-decoration: none;
    color: #963030;
}
#cnblogs_post_body {
    font-size: 17px;
}
.postBody, .postCon, .entrylistPostSummary {
    line-height: 1.6;
}
a:link, a:visited {
    text-decoration: none;
    color: #963030;
}

#mainContent {
    width: 950px;
    background: #f5f5f5;
    box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    -web-kit-shadow: 0 0 8px #999;
    border-radius: 0px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: left;
    display: inline-block;
}
#main, #footer {
    width: 1250px;
    position: relative;
    margin: 15px auto;
}
