@charset "utf-8";
/* CSS Document */

.score_border_big {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 118px;
	width: 118px;
	position: absolute;
	border: 1px dashed #C1C1C1;
	top: -180px;
	left: unset;
	right: 60px;
}

.platform-post .score_border {
	left: unset !important;
	right: 20px;
}

.score_border {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	top: 50%;
	left: 50%;
	margin: -56px 0px 0px -56px;
	position: absolute;
	border: 1px solid #C1C1C1;
}
.score {
	position: absolute;
	background: #1C1C1C;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 96px;
	width: 96px;
	top: 50%;
	left: 50%;
	margin: -48px 0px 0px -48px;
}
.score div {
	letter-spacing: -0.5px;
	float: left;
	width: 96px;
	height: 96px;
	font-size: 56px;
	line-height: 90px;
	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;
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
}

.score a {text-decoration: none;}