/*禁止显示*/
#ad_t2,#cnblogs_c1,#cnblogs_c2,#HistoryToday,#opt_under_post,#under_post_news,#under_post_kb,#author_profile,#green_channel,#commentform_title,#tip_comment,#tip_comment2 {
  display:none;
}
 
/*标题*/
#blogTitle a,#Header1_HeaderTitle a {
  font-family: "Comic Sans MS";
}
 
/*赞和踩*/
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right: 50px;
  border:2px solid #000000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}
 
/*评论框*/
#comment_nav {
  margin-bottom: 10px;
  margin-right: 5px;
}
 
#comment_nav a {
  color: #4169E1;
}
 
.comment_textarea {
  width: 100%;
}
 
#comment_form_container p {
  text-align: right;
}