.highscores {
	padding-bottom: 10px;
}
.highscores h2 {
	padding: 20px 0px 30px 16px;
}
.pack_first {
	width: 300px;
	float: left;
	height: 141px;
}
.pack {
	width: 300px;
	float: left;
	border-left: 1px solid #e6e6e6;
	height: 141px;
	padding-left: 20px;
}
.highscore {
	padding: 0px 0px 8px 0px;
}
.highscore .number {
	width: 40px;
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #57c8dc;
	font-weight: bold;
}
.highscore .name {
	width: 160px;
	float: left;
	padding-left: 10px;
}
.highscore .score {
	width: 50px;
	float: left;
	color: #57c8dc;
	font-weight: bold;
}