#cb_post_title_url { 
    //margin:10px;
    text-indent:0em;
    font-size: 25px; 
    font-weight: bold;
    line-height: 300%;
}

#cnblogs_post_body  {
    text-indent:0em;
    font-size: 20px;
    font-weight: normal; 
    line-height: 150%;
}

#cnblogs_post_body h1 {
    text-indent:0em;
    font-size: 100%;
    font-weight: bold;
    line-height: 200%;
}
#cnblogs_post_body h2 {
    text-indent:0em;
    font-size: 90%;
    //font-weight: normal; 
    line-height: 200%;
}

#cnblogs_post_body h3 {
    text-indent:0em;
    font-size: 80%;
    font-weight: bold;
    line-height: 200%;
}
#cnblogs_post_body h4 {
    text-indent:0em;
    font-size: 70%;
    //font-weight: normal; 
    line-height: 200%;
}

#cnblogs_post_body h5 {
    text-indent:0em;
    font-size: 60%;
    font-weight: bold;
    line-height: 200%;
}
#cnblogs_post_body h6 {
    text-indent:0em;
    font-size: 50%;
    //font-weight: normal; 
    line-height: 200%;
}

#cnblogs_post_body p {
    //margin:10px;
    text-indent:2em;
    font-size: 80%; 
}

#cnblogs_post_body li {
    text-indent:2em;
    font-size: 80%; 
}

.medium-zoom-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-item: center;
}

.myPicture {
    text-align: center;
    font-size: 70%; 
}

.myPicture img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-item: center;
}
/*ddd*/
.myProof {
    text-indent:2em;
    //background-color:#deab8a;
    border: 1px dashed #a1a1a1;
    padding: 10px 20px; 
    border-radius: 25px;
}

.post{
    padding: 80px;
}

#centercontent {
    padding-top: 10px;
    padding-right: 320px;
    padding-left: 280px;
}

