#rating .rating-list .index {
	padding-left: 12px;
	color: #000;
}

#rating .rate {
	color: #000;
}

.rating-list.full .rate-green {
	background-color: #deffde;
}

.rating-list.full .rate-yellow {
	background-color:  #ffffbb;
}

.rating-list.full .rate-red {
	background-color: #ffb4b4;
}

.rating-list.full .rate-gray {
	background-color: #eee;
}

#rating.full table tr {
	border-bottom: 5px solid #fff;
}