.cnblogs-markdown a {
  color: #4990E2;
  text-decoration: none;
}

.cnblogs-markdown a:hover,
.cnblogs-markdown a:active {
  border-bottom: 1px solid #4990E2;
}



.cnblogs-markdown blockquote{
  margin: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
.cnblogs-markdown blockquote {
  padding: .2em;
  border: .2em;
  border-left-style: solid;
  page-break-inside: avoid;
  border-color: #52E052;
  background: #E9FBE9;
}

.cnblogs-markdown blockquote>:first-child {
  margin-top: 0;
}

.cnblogs-markdown blockquote>:last-child {
  margin-bottom: 0;
}



#topics .postTitle {
    font-size: 1.6em;
    font-weight: 700;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
 }

 #cnblogs_post_body h2{
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
 }

.postBody{
  font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}

 .blog_comment_body{
  font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
 }

 .feedbackListSubtitle{
   font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
 }
 
#sideBar{
  font-family: "Whitney SSm A", "Whitney SSm B", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}

#imglist  img{width:600px;height:2px;float:left;margin:0 3px;width:111px;height:18px;}


element.style {
}
* {
    margin: 0;
    padding: 0;
}


#stats_post_count{
   visibility: visible;
    float: right;
    color: #fff;
}

.postTitle{
  border-left: 6px solid orange;
}
.postDesc{
  color:green;
}
span.post-view-count {
  font-size: 20px;
  color: lightcoral;
}
span.post-comment-count{
  font-size: 20px;
  color: lightseagreen;
}
span.post-digg-count{
  font-size: 20px;
  color: lightskyblue;
}

/* #blogTitle h2{
  color:blue
} */

span#stats_article_count{
  display: none;
}
#stats_post_count{
  color:lightcoral;
  padding-left: 6pt;
}
.blogStats{
  color:lightcoral;
  font-size:20px;
}

#taglist td a {
    font-size: 20px;
}

#taglist_title {
    font-size: 20px;
}

#taglist_main #taglist .small {
    font-size: 20px;
    color: darkorchid;
}