@import "open-sans/stylesheet.css";
@font-face {
    font-family: 'starwarsjs';
    src:  url('starwarsjs.eot?szdw01');
    src:  url('starwarsjs.eot?szdw01#iefix') format('embedded-opentype'),
    url('starwarsjs.ttf?szdw01') format('truetype'),
    url('starwarsjs.woff?szdw01') format('woff'),
    url('starwarsjs.svg?szdw01#starwarsjs') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rate_star:before {
    content: "\e902";
    font-family: 'starwarsjs' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* plugin's styles*/
.rate_row{
    margin: 2px auto; /* custom */
    text-align: left; /* custom */
    width: 150px; /* custom */
}
.rate_star{
    color: #cccccc;
    cursor: pointer;
    font-size: 20px;
    padding-right: 8px; /* custom */
}
.rate_star.over{
    color: #f9e431;
}
.rate_star.checked{
    color: #F9D932;
}
.rate_star.disable{
    cursor:not-allowed;
    pointer-events: none;
    color: #9C9B9B;
}
.submit_stars{
    padding: 3px 14px;
    background: #801513;
    border: 1px solid #801513;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 30px;
}
.submit_stars:hover{
    background: #D41715;
    border: 1px solid #D41715;
}


