.star-rating {
  display: inline-block;
  margin: 0 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  height: 20px;
  vertical-align: bottom; }
  .star-rating_item {
    display: inline-block;
    font-size: 21px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer; }
    .rate-disabled .star-rating_item {
      cursor: default; }
    .star-rating_item:before {
      content: "\f006";
      font-family: FontAwesome;
      display: block;
      width: 20px; }
    .star-rating_item.active:before {
      content: "\f005"; }
      .rate-disabled .star-rating_item.active:before {
        content: "\f005" !important; }
    .star-rating_item.active ~ .star-rating_item:before {
      content: "\f005"; }
      .rate-disabled .star-rating_item.active ~ .star-rating_item:before {
        content: "\f005" !important; }
    .star-rating_item.is-half:before {
      content: "\f123"; }
      .rate-disabled .star-rating_item.is-half:before {
        content: "\f123" !important; }
    .star-rating_item:hover:before {
      content: "\f005"; }
      .rate-disabled .star-rating_item:hover:before {
        content: "\f006"; }
    .star-rating_item:hover ~ .star-rating_item:before {
      content: "\f005"; }
      .rate-disabled .star-rating_item:hover ~ .star-rating_item:before {
        content: "\f006"; }
    .star-rating_item:hover:before {
      color: #ccc; }
      .rate-disabled .star-rating_item:hover:before {
        color: inherit; }
    .star-rating_item:hover ~ .star-rating_item:before {
      color: #ccc; }
      .rate-disabled .star-rating_item:hover ~ .star-rating_item:before {
        color: inherit; }
    .rate-disabled .star-rating_item {
      cursor: default; }

.meta-rank-like-this {
  text-decoration: none;
  display: inline-block; }
  .meta-rank-like-this:hover, .meta-rank-like-this:active, .meta-rank-like-this:focus {
    text-decoration: none; }
  .meta-rank-like-this:before {
    content: "\f164";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    padding: 0 5px 0 0; }

.meta-rank-dislike-this {
  text-decoration: none;
  margin: 0 5px 0 0;
  display: inline-block; }
  .meta-rank-dislike-this:hover, .meta-rank-dislike-this:active, .meta-rank-dislike-this:focus {
    text-decoration: none; }
  .meta-rank-dislike-this:before {
    content: "\f165";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    padding: 0 5px 0 0; }

.meta-rank-likes,
.meta-rank-dislikes,
.meta-rank-views {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px; }

.meta-rank-views-count:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }
