/**
#top_nav{
    display:none;
}

day a {
    color: #333;
}

a:link, a:visited {
    color: #0563c1;
}

body {
    font-family: "Verdana", "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

#sideBar {
    font-size: 13px;
}

#cnblogs_post_body {
    font-size: 13px;
}

**/

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Consolas", "Courier New",sans-serif;
    /* color: #399AB2; */
}

code, kbd, pre, samp, tt {
    font-family: "Consolas", "Courier New", "Microsoft Yahei", Courier,monospace;
    font-size: 12px;
}

/**
.day {
    background: #fff;
    padding: 0px 30px;
}

.postTitle, .postTitl2, .entrylistPosttitle {
    font-size: 18px;
    padding-right: 64px;
    padding-left: 0px;
    padding-top: 10px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: none;
    line-height: 1;
    font-weight: bold;
    color:#333;
}

.postTitle a:hover {
    text-decoration: underline;
}

.dayTitle {
    display: none;
    border: 0px solid #ccc;
    position: none;
    top: none;
    left: none;
    padding: 5px 0px;
}

.dayTitle a {
    color: #2175bc;
    font-size: 13px;
    font-weight: bold;
}

.postDesc, .postDesc2, .entrylistItemPostDesc {
    margin: 0px 0px;
}


.postBody, .postCon, .entrylistPostSummary {
    margin-top: 10px;
}

.postDesc, .postDesc2, .entrylistItemPostDesc {
    border-bottom: 0px;
}

.hljs {
    border-radius: 5px;
}

#blog_post_info, #ad_t2, #cnblogs_c1, #under_post_card1, #under_post_card2 {
    display: none;
}

div.commentform textarea {
    height: 120px;
}

.postDesc, .postDesc2, .entrylistItemPostDesc {
    border-bottom: 0px;
    font-size: 13px;
}

.forFlow {
    margin: 30px 10px;
    margin-bottom: none;
}

#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    padding: 2px 5px;
}

.postBody, .postCon, .entrylistPostSummary {
    font-size: 14px;
    /* color: #999; */
}
**/
