<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *   Contains ...
 *
 *   Created on : Jun 18, 2014, 10:17:09 AM
 *   Author     : iskren
 */


/**
 * Font ReviewStars
 */
@charset "UTF-8";

@font-face {
  font-family: "review-stars";
  src:url("review-stars.eot");
  src:url("review-stars.eot?#iefix") format("embedded-opentype"),
    url("review-stars.woff") format("woff"),
    url("review-stars.ttf") format("truetype"),
    url("review-stars.svg#review-stars") format("svg");
  font-weight: normal;
  font-style: normal;

}

.icon-rating {
  font-family: "review-stars" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 15px;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rating-star:before,
.icon-rating-star-half:before,
.icon-rating-star-outline:before {
  display: inline-block;
  min-width: 16px;
}

.rating_container span:last-of-type {
  vertical-align: bottom;
}

.icon-rating-star:before {
  content: "d";
}
.icon-rating-star-half:before {
  content: "e";
}
.icon-rating-star-outline:before {
  content: "f";
}
</pre></body></html>