.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    z-index: 1;
}
.rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(star.gif);
    height: 16px;
    outline: 0
}
.rateit .rateit-range * {
    display: block
}
* html .rateit,
* html .rateit .rateit-range {
    display: inline
}
.rateit .rateit-hover,
.rateit .rateit-selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 0
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
    left: auto;
    right: 0
}
.rateit .rateit-hover {
    background: url(star.gif) left -32px;
    color: #efc529
}
.rateit .rateit-hover-rtl {
    background-position: right -32px
}
.rateit .rateit-selected {
    background: url(star.gif) left -16px;
    color: #bf4242
}
.rateit .rateit-selected-rtl {
    background-position: right -16px
}
.rateit .rateit-preset,
.rateit .rateit-preset-rtl {
    background: url(star.gif) left -48px
}
.rateit .rateit-preset {
    color: #ef6b22
}
.rateit button.rateit-reset {
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: 0;
    border: none;
    padding: 0
}
.rateit .rateit-reset span {
    display: none
}
.rateit button.rateit-reset:focus,
.rateit button.rateit-reset:hover {
    background-position: 0 -16px
}
.rateit-font {
    font-size: 24px;
    line-height: 1em
}
.rateit-font .rateit-range {
    background: 0 0;
    height: auto
}
.rateit-font .rateit-empty {
    color: #ccc
}
.rateit-font .rateit-range>div {
    background: 0 0;
    overflow: hidden;
    cursor: default
}
.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    width: .6em;
    height: .6em;
    margin-top: .2em;
    background: gray;
    border-radius: 50%;
    position: relative
}
.rateit.rateit-font .rateit-reset span {
    display: block;
    font-weight: 700;
    color: #fff;
    height: calc(50% - .045em);
    top: 0;
    position: absolute;
    border-bottom: .09em solid #fff;
    width: 72%;
    margin-left: 14%
}
.rateit.rateit-font .rateit-reset:hover,
.rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b;
    background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
    background-position: 0 0
}
div.bigstars div.rateit-range {
    background: url(star-white25.svg);
    height: 32px;
}
div.bigstars div.rateit-hover,
div.bigstars div.rateit-selected {
    background: url(star-gold25.svg)
}
div.bigstars div.rateit-reset {
    background: url(star-black25.png);
    width: 32px;
    height: 32px;
}
div.bigstars div.rateit-reset:hover {
    background: url(star-white25.svg)
}
.rateit-reset {
    display: none!important
}

/* div.smallstars div.rateit-range {
    background: url(star-white22.png);
}
div.smallstars div.rateit-hover,
div.smallstars div.rateit-selected {
    background: url(star-gold22.png)
}
div.smallstars div.rateit-reset {
    background: url(star-black22.png);
}
div.smallstars div.rateit-reset:hover {
    background: url(star-white22.png)
} */

div.smallstars div.rateit-range {
    background: url(star-white22.svg);
}
div.smallstars div.rateit-hover,
div.smallstars div.rateit-selected {
    background: url(star-gold22.svg)
}
div.smallstars div.rateit-reset:hover {
    background: url(star-white22.svg)
}

div.displaystarts div.rateit-range {
    background: url(display-star-white22.svg);
}
div.displaystarts div.rateit-hover,
/*background: url(display-star-gold22.svg)*/
div.displaystarts div.rateit-selected {
    background: url(star-gold22.svg)
}
div.displaystarts div.rateit-reset:hover {
    background: url(display-star-white22.svg)
}