/*http://www.jqueryrain.com/?p_2pV1ey*/ @font-face { font-family: 'starwarsjs'; src: url('../fonts/starwarsjs.eot?szdw01'); src: url('../fonts/starwarsjs.eot?szdw01#iefix') format('embedded-opentype'), url('../fonts/starwarsjs.ttf?szdw01') format('truetype'), url('../fonts/starwarsjs.woff?szdw01') format('woff'), url('../fonts/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{ width: 85px; /* custom */ } .rate_star{ color: #cccccc; cursor: pointer; font-size: 16px; padding: 0!important; margin-right: 10px!important; } .rate_star.over{ color: #00ff00!important; } .rate_star.checked{ color: #F9D932; } .rate_star.disable{ cursor:not-allowed; pointer-events: none; } .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; }