#mainContent {
  margin-left: 0;
  width: 700px;
}
#mainContent .forFlow {
  margin-left: 0;
}

#comment_form > * {
  display: none;
}

#comment_form #comment_form_container,
#comment_form #comment_nav {
  display: block;
}

#comment_form_container .author {
  width: 914px;
}

#comment_form_container .comment_textarea {
  width: 954px;
}

body{
background: #C7EDCC;
font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
font-size:18px;
}

#homepage_top_pager{display:none;}
.pager{font-size:18px;}

#sideBar{border: #adb dashed 3px;}

#home{margin:0px auto;}

//#home{background-color: #C7EDCC;}
#tbCommentBody{width:100% !important;}

//#sideBar div{background-color: #C7EDCC !important;}
#sideBar iframe {display:none !important;height:0px !important;}

blockquote {
    border-left: 2px solid #009a61;
    background: #f6f6f6;
    color: #555;
    font-size: 1em
}

body a{color:#3194d0 !important}

#blogTitle h2{
float:right;
color:#3194d0
}
.postDesc{width:auto;!important}

#cnblogs_post_body h1,h2,h3,h4 {
    font-size: 20px;
    font-weight: bold;
    color: #3194d0;
    letter-spacing: 1.4px;
    margin: 10px 0px;
    padding: 2px 2px 5px 2px;
    border-bottom: solid 1px #3194d0;
    text-align: left;
    text-indent: 0px;
}

#back-to-top {
    background-color: #FFFFFF;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}