@font-face {
    font-family: StarFontIcons;
    src: url('../../../webfonts/stars.eot');
    src: url('../../../webfonts/stars.eot?#iefix') format('embedded-opentype'),
        url('../../../webfonts/stars.woff') format('woff'),
        url('../../../webfonts/stars.ttf') format('truetype'),
}

[class*=" tr-star-"],
[class^=tr-star-] {
    font-family: StarFontIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #ffc800;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tr-star-ie-polyfill {
    position: relative
}

.tr-star-1:before {
    content: "\e900"
}

.tr-star-2:before {
    content: "\e901"
}

.tr-star-3:before {
    content: "\e902"
}

.tr-star-4:before {
    content: "\e903"
}

.tr-star-5:before {
    content: "\e904"
}

.tr-star-6:before {
    content: "\e905"
}

.tr-star-7:before {
    content: "\e906"
}

.tr-star-8:before {
    content: "\e907"
}

.tr-star-9:before {
    content: "\e908"
}

.tr-star-empty:before {
    content: "\e909"
}

.tr-star-full:before {
    content: "\e90a"
}
