.stom-rating-top svg {
    width: 1.3em;
    height: 1.3em;
    color: transparent;
    stroke-width: 8%;
    stroke: #ffb300;
}

.stom-rating-top.rating_voted {
    color: #ffb300;
    -webkit-transition: color 100ms ease-in-out;
}

.stom-rating-top.rating_highlight.star-filled svg,
.stom-rating-top.rating_highlight.star-empty svg {
    stroke: #00c300;
}

.stom-rating-top {
    cursor:pointer;
}

.stom-rating-top.rating_voted svg path,
.stom-rating-top.rating_highlight svg path {
    fill: #ffb300;
}

.stom-ratings .votes.hidden {
    display: none;
}

.stom-ratings .votes-wrap {
    display: inline-block;
}

.stom-ratings .votes-wrap.hidden {
    display: none;
}

.stom-ratings {
    clear: both;
    margin-bottom: 20px;
}

#stom-ratings-form {
    padding-top: 40px;
}

@media only screen and (max-width: 500px) {
    .stom-rating{
        font-size: 24px;
        width: 20%;
        text-align: left;
        margin-bottom: 10px;
    }
}