/**
 * @file
 * CSS for Field Example.
 */
.field-stars-rating-wrapper{

}

.field-stars-rating-wrapper .stars-items{
	padding: 0;
}

.field-stars-rating-wrapper .stars-items .star-item{
	list-style: none;
    display: inline-block;

}

.field-stars-rating-wrapper .stars-items.editible .star-item:before{
	cursor: pointer;
}

.field-stars-rating-wrapper .stars-items .star-item:before{
    content: "\2606";
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
}

.field-stars-rating-wrapper .stars-items .star-item.ac:before{
    content: "\2605";
}
