@charset "utf-8";
/* CSS Document */

table.betgame-highscore {
	margin-left:auto;
	margin-right:auto; 
}
table.betgame-highscore td {
	padding: 3px 7px 3px 7px;
	height: 30px;
	vertical-align: center;
}
table.betgame-highscore td.betgame-highscore-rank {
	text-align: right;
	width: 50px;
}
table.betgame-highscore td.betgame-highscore-username {
	text-align: left;
	width: 300px;
	font-weight: bold;
}
table.betgame-highscore td.betgame-highscore-points {
	text-align: center;
	width: 60px;
}
table.betgame-highscore td.betgame-highscore-betcount {
	text-align: center;
	width: 60px;
}
table.betgame-highscore td.betgame-highscore-avgpoints {
	text-align: center;
	width: 60px;
}
