.addWinner,
.deleteWinner
{
	color: #999999;
	font-size: 10px;
	cursor: pointer;
	margin: 0px 0 10px 10px;
}

.winner
{
	margin-left: 10px;
}

.chooseDay
{
	position: relative;
}

.chooseDay input[type=submit]
{
	position: absolute;
	top: 2px;
}


.addWinnerForm input[type=text]
{
	display: block;
}

.addWinnerForm input[type=submit]
{
	margin-left: 10px;
}

.scores
{
	width: 420px;
}

.score .scoreRanking
{
	float: left;
	width: 50px;
}

.score .scoreUser
{
	float: left;
	width: 300px;
	overflow: hidden;
}

.score .scoreScore
{
	width: 70px;
	display: inline-block;
}

.scoreDark
{
	background-color: #DDDDDD;
}

#stats-tabs
{
	width: 495px;
}

.stats
{
	width: 420px;
}

.stat .col
{
	float: left;
	width: 100px;
}

.stat .colLast
{
	width: 100px;
	display: inline-block;
}

.statDark
{
	background-color: #DDDDDD;
}

.statHead
{
	background-color: #DDDDDD;
	font-weight: bold;
}