.article-info {
  font-size: 90%;
  padding: 0;
  margin: 0;
}
.article-info,
.parent-category-name,
.category-name {
  color: #999;
}
.article-info-term {
  display: none;
}
.article-footer {
  margin-bottom: 30px;
}
.btn-group.pull-right a {
  margin-right: 0;
}
.article-info dd {
  float: left;
  margin-right: 15px;
}
.article-info dd i {
  color: #666666;
  margin-right: 2px;
  font-size: 90%;
}
.content_rating {
  clear: both;
  float: left;
  width: 100%;
}
.content_rating img {
  float: left;
}
.content_rating p {
  margin-bottom: 0;
}
.content_rating .content_vote label {
  display: block;
}
article form {
  margin-bottom: 30px;
}
.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;
}
article {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
article .pull-left {
  max-width: 100%;
}
.readmore a {
  float: left;
  font-weight: bold;
}
.caption {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
}
.article-content .article-title {
  margin-top: 0;
}

.cat-children h3 {
  margin-bottom: 60px;
  font-size: 150%;
  line-height: 2em;
  padding: 20px;
}
.item-image img,
.caption img {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 4px;
  max-width: 98%;
  margin-bottom: 20px;
}