/* XXX: nyontek dari http://books.google.com.au/books?id=JNoBAAAACAAJ */
table {
	border-style: none;
	margin: 0px;
}
tbody {
	border-color: inherit;
	display: table-row-group;
}
tr {
	border-color: inherit;
	display: table-row;
}
td {
	display: table-cell;
}
table.ratings_hist {
	border-collapse: collapse;
	border-spacing: 0px;
}
.ratings_hist td, .ratings_hist tr, .ratings_hist tbody {
	border-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 0.6em;
}
.hist_bar {
	height: 0.8em;
	margin: 0px 0.5em;
}
.hist_bar_A { background-color: rgb(  1, 153, 8);) }
.hist_bar_B { background-color: rgb(164, 204, 2);) }
.hist_bar_C { background-color: rgb(255, 207, 2);) }
.hist_bar_D { background-color: rgb(255, 159, 2);) }
.nobr { white-space: nowrap; }

