.cnblogs_code {
    border-radius:5px;
}
.newsItem {
    border-radius:10px;
}
#mainContent {
    border-radius:10px;
}
#sideBar {
    border-radius:10px;
}
#tbCommentAuthor {
    border-radius:5px;
}
#tbCommentBody {
    border-radius:10px;
}
#blog-calendar {
    border-radius:10px;
}
#leftcontentcontainer {
    border-radius:10px;
    margin-top:15px;
}

.btn_my_zzk{
    border-radius: 5px
}
.c_ad_block{
    border-radius: 10px
}
#btn_comment_submit{
    border-radius: 5px;
}
.blogStats{
    width: 150px;
    text-align: center;
}
#blog_stats{
    border-radius: 10px;
    background-color: #e2e7e6;
}
#green_channel {
    border-radius: 10px;
}
.author_avatar {
    border-radius: 10px;
}

#q {
    border-radius: 5px;
}
#google_q {
    border-radius: 5px;
}

.feedbackCon {
 border-radius: 10px;
}
.comment_quote {
    border-radius:10px;
}
.postBody a{
    color: blue;
}

#back-to-top {
font-size: 16px;
font-weight: bold;
background-color: #e2e7e6;
bottom: 40px;
box-shadow: 0 0 6px;
color: #444444;
padding: 10px 10px;
position: fixed;
right: 135px;
cursor: pointer;
z-index: 1000;
border-radius: 10px;
font-family: '幼圆';
}
input.btn_my_zzk{
cursor: pointer;
}
#btn_comment_submit {
cursor: pointer;
}