.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: white !important;
}
.btn:hover{

text-decoration: none;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-da {
    display: block;
    width: 100%;
}
.postBody blockquote, .postCon blockquote {
    border: 0 solid #efefef;
background: #f6f6f6 none repeat scroll 0 0;
    border-left: 4px solid #5cb85c;
    border-radius: 2px;
    font-size: 15.5px;
    margin: 0 0 10px;
    padding: 10px 15px;
width:96%;
}
#navList li a:hover {
    background-color: #399539;
}
#mainContent {
    border-radius: 0px;
}
.commentbox_title {
  width: 100%;
}
div.commentform textarea {
  width: 100%!important;
}
div.commentform input.author, div.commentform input.email, div.commentform input.url {
  width: 266px;
}
.postTitle, .postTitl2, .entrylistPosttitle {
  border-left-color: #399539;
}
#cnblogs_post_body h4{
  border-left:3px solid #399539;
  background-color: white;
  padding: 0 10px;
  color:#555
}
a:link, a:visited {
  color: #399539;
}
#header {
  background-color: #5cb85c;
}
#navList li a {
  background-color: #5cb85c;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.blogStats {
  color: #eee;
}
#m-header {
  height: 40px;
  width: 100%;
  background-color: #5cb85c;
  text-align:center;
  color: #FFF;
  font-size:16px;
  display:none;
}
#main {
  
    margin-top: 0px;
}
@media ( max-width:768px){
  #header,#sideBar,#ad_t2,.c_ad_block,#blog_post_info_block,#comment_nav,#comment_form_container,.postDesc,#footer{
    display:none;
  }
  .post {
    padding: 20px;
  }
  #m-header{
    display:block}
  #m-header span{
    padding-top: 8px;
    display: table;
    margin: auto;
  }
.postBody blockquote, .postCon blockquote {
width:90%;
}
}