.tracklist table {
	max-width: 500px;
}
.tracklist td {
	padding: 5px;
	border: 1px solid #ccc;
}
.tracklist .title {
	max-width: 300px;
	color: #000;
}
.tracklist .row-odd {
	background-color: #eee;
}
.preview {
	line-height: 1.7em;
	clear: both;
	display: table;
}

.rating-info-box {
	float: left;
	border: 1px solid #999;
	margin: 5px;
	margin-right: 10px;
}
.rating-table {
	margin: 5px 10px;
	width: 195px;
}
.rating-table td {
	padding: .20em .25em;
	/*border: 1px solid #ccc;*/
	border-bottom: 1px solid #999;
}
.prefix-rating {
	text-align:center;
	font-size: 21px;
	border: 1px solid #999;
	color: white;
	background-color: green;
}
.avg-rating {
	text-align: center;
	font-size: 17px;
}
.rating-by-table {
	width: 195px;
	margin: 5px 10px;
}
.rating-by-table td {
	vertical-align: top;
	padding: .20em .25em;
	border-bottom: 1px dotted #999;
}
.by-avatar {
	width:25px;
	height:25px;
	margin-top:0;
	border: 3px solid #ccc;*/
	/*padding: 3px;*/
}
.by-name {
	float: left; width: 125px;"
}

.table-of-contents, div.table-of-contents {
	float:left;
	padding:10px;
	margin:20px 0 10px 0;
	border:1px solid #ccc;
	background-color: #eeeeff;
	line-height:1.5em;
}
