/**
 * Reviews
 */

#reviewTable td
{
	vertical-align: top;
}

#juryReviewTable
{
	width: 40%;
}

#userReviewTable
{
	width: 40%;
}

table#reviewShowScores
{
	width: 115px;
	border: 3px solid #253055;
	float: right;
	margin: 10px;
}

table#reviewShowScores th
{
	text-align: right;
	vertical-align: top;
}

td#reviewShowContent
{
	vertical-align: top;
}

td#reviewShowTotal
{
	text-align: center;
	font-size: 400%;
	color: gold;
}

