table.overall_rating_table tr.overall td {
	font-weight:bold;
	font-size:14px;
	border-bottom:solid 1px black;
	background-color:#E2E2E2;
}
table.overall_rating_table {
	border:solid 1px black;
}
table.overall_rating_table td {
	font-size:12px;
	background-color:white;
}	
table.user_rating_table {
	border:solid 1px black !important;
}

table.user_rating_table td {
	border:none !important;
	background-color:white !important;	
}
table.user_rating_table tr.rating_header td {
	background-color:#E2E2E2 !important;
	border-bottom:solid 1px black  !important;
}
span.rating_votes {
	font-size:10px;
	vertical-align:middle;
	color:#AAAAAA;
}

table.rating_table {
	font-size:12px;
}
table.rating_table td.rating_type {
	text-align:right;
	padding-right:5px;
}
.center {
	margin-left:auto;
	margin-right:auto;
}