#topics .postTitle a {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}

#cnblogs_post_body p {
    margin: 18px auto;
    color: #333333;
    font-size: 14px;
    text-indent: 0;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 14px !important;
    line-height: 1.5!important;
    padding: 5px !important;
}

#signature
{ 
border: #e0e0e0 1px dashed;
padding: 10px 20px;
font-size:13px;
background: rgba(214,233,254,0.5)
}
#signature div
{
line-height: 25px;
}