.rating { display: inline-block; white-space: nowrap; cursor: default; } .rating > span { display: inline-block; font-size: 18px; color: #ccc; font-style: normal; cursor: default; } .rating > span:before { display: inline-block; font-family: FontAwesome; } .rating > span.active { color: #FFC325; } .rating > span.active:before { content: "\f005"; } .rating > span.half { color: #FFC325; } .rating > span.half:before { content: "\f123"; } .rating > span.empty:before { content: "\f006"; } .rating.editable span.hover { color: #FEE720; } .rating.editable span.hover:before { content: "\f005"; } .rating.editable span:hover:before { content: "\f005"; color: #FEE720; }