#rating {
	min-width: 900px;
	max-width: 100%;
}
@media (max-width: 1000px) {
	#rating {
		min-width: auto;
	}
}

#rating-table {
	width: 100%;
}
.ratingNoBg {
	background-image: none !important;
}
#rating-rows td {
	white-space: nowrap;
}
#rating-table th {
	background-image: none !important;
}