.article-info {
  font-size: 90%;
}
.article-info,
.parent-category-name,
.category-name {
  color: #999;
}
.article-info-term {
  display: none;
}
article {
  margin-bottom: 60px;
}
.btn-group.pull-right {
  float: right;
  margin-bottom: 10px;
}
.blog .items-more ol,
article .items-more ol {
  margin-left: 0px;
}
.blog .items-more .nav-tabs li:hover a,
article .items-more .nav-tabs li:hover a {
  background: transparent !important;
}
.tags {
  margin: 0 0 10px;
  font-size: 90%;
}
.tags a {
  color: #fff;
}
.tags a:hover {
  color: #fff;
}
.tags span {
  background: #DBB62B;
  color: #fff;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tags span:before {
  font-family: 'FontAwesome';
  content: "\f02b";
}
.tags span:hover {
  background: #B8D080;
}
