/* Fonts */
@font-face {
  font-family: 'ratemypost';
  src:  url('../fonts/ratemypost.eot?9e18pt');
  src:  url('../fonts/ratemypost.eot?9e18pt#iefix') format('embedded-opentype'),
    url('../fonts/ratemypost.ttf?9e18pt') format('truetype'),
    url('../fonts/ratemypost.woff?9e18pt') format('woff'),
    url('../fonts/ratemypost.svg?9e18pt#ratemypost') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="rmp-icon-"], [class*=" rmp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ratemypost' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rmp-icon-star:before {
  content: "\f005";
}