.star{
    color: #ccc;
    cursor: pointer;
    transition: all 0.2s linear;
		font-size:100%;
}
.star-checked{
    color: gold;
}
#result-star{
    display: none;
		font-size:100%;
		font-size: 12px;
		color: #666;
}
#star-title{
		font-size:100%;
		font-size: 12px;
		color: #666;
}
#rating{
		border-top: 1px dashed #eee;
		padding: 2px 0px;
		text-align:left;
}
b.r{
    color: red;
}
b.g{
    color: green;
}