@charset "utf-8";
/* CSS Document */

.score_border_big {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	position: absolute;
	border: 1px dashed #C1C1C1;
	top: -180px;
	left: 450px;
}
.score_border {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 186px;
	width: 186px;
	top: 50%;
	left: 50%;
	margin: -93px 0px 0px -93px;
	position: absolute;
	border: 1px solid #C1C1C1;
}
.score {
	position: absolute;
	background: #1C1C1C;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 172px;
	width: 172px;
	top: 50%;
	left: 50%;
	margin: -86px 0px 0px -86px;
}
.score div {
	letter-spacing: -0.5px;
	float: left;
	width: 172px;
	height: 172px;
	font-size: 90px;
	line-height: 172px;
	color: #F1F1F4;
	text-align: center;
	padding: 0;
	margin: 0;
	text-shadow: -1px 0 #e9e9e9, 0 1px #e9e9e9, 1px 0 #e9e9e9, 0 -1px #e9e9e9;
}

.score:hover {
	cursor: default;
	-webkit-transform: scale(1.22);
}

.score a {text-decoration: none;}