h1[alt="Simple"] {color: white;}
/*a[href], a[href]:hover {color: grey; font-size: 0.5em; text-decoration: none}*/


.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 1px;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
	color: #C7C5C5; /* Start color when not clicked */	
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */


