@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);.rating,.stars{border:none;float:left;margin-top:-5px;margin-left:-5px;margin-bottom:5px}.rating>input{display:none}.rating>label:before,.star:before{margin:0 1px;font-size:20px;font-family:FontAwesome;display:inline-block;content:"★"}.rating>.half:before,.half:before{position:absolute;width:9px;overflow:hidden}.rating>label,.star{color:#ddd;float:right;display:inline;width:auto}.star{font-style:normal;color:#e85f14}.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {color:#e85f14}.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {color:#e85f14}