.medium-zoom-image{
    width:95%;
    margin-top:10px;
    margin-button:10px;
}
body{
   font-size: 15px ; 
    color: #d14646;
    /* background: url(images/body_bg.jpg) center center / cover no-repeat #000; */
}
top_nav,.navbar{
    display:none
}
/*黑色导航*/
#navigator{
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    
}
.blogStats{
    color: rgb(217, 217, 217);
    margin-right: 30px;
    visibility: visible;
}
/**/
#main{
    background: #fff0;
    display: flex;
}
/**/
#mainContent{
    width: 870px;
    border-radius: 20px;
    padding-top: 20px;
    margin-left: 10px;
}
/**/
#sideBar{
    background-color: #ffc36e;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
    #sideBar{
        display: none;
    }
    #mainContent{
        margin-left: 0;
    }
}
.postTitle{
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px !important;
    padding-right: 18px;
    border: 3px dashed #d9d66f !important;
}
#cb_post_title_url{
    color: #000;
}
.postBody h1,.postBody h2,.postBody h3,.postBody h4,.postBody h5,.postBody h6{
    border-left: 8px solid #53a7ee;
    padding-left: 10px;
    background-color: #cebdd32b;
    color: #2e933e;
}
#green_channel{
    margin: auto;
    border-left: unset;
    border-right: unset;
    width: 400px;
}
#blog_post_info{
    margin: 10px 10px;
}
