fieldset, label { margin: 0; padding: 0; }

h1 { font-size: 1.5em; margin: 10px; }

.rating {
	/*border: none;*/
	float: left;
}

.rating > span input { display: none; }
.rating > span label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > span .half:before {
	content: "\f089";
	position: absolute;
}

.rating > span label {
	color: #ddd;
	float: right;
}

.rating > span input:checked + label:hover,
.rating > span input:checked ~ label:hover,
.rating >	span  label:hover ~ input:checked ~ label,
.rating > span input:checked ~ label:hover ~ label { color: #007aff;  }

.rating > span input:checked label{ color: #007aff;  }

/* Downloaded from http://devzone.co.in/ */