.game-stats {
	width: 300px;
	height: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/images/game-stats-bg.png) 0px 100% no-repeat #727272;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
}
.game-stats.completed {
	padding-top: 20px;
}
.game-stats .date {
	font-size: 16px;
	color: #f0f0f0;
	font-weight: 600;
	text-align: center;
	padding: 0px 20px;
	text-transform: uppercase;
}
.game-stats .date span {
	font-weight: 300;
}
.game-stats .rate {
	width: 132px;
	height: 24px;
	margin: 10px auto;
	position: relative;
}
.game-stats .timer {
	color: #FFF;
	text-align: center;
	padding: 5px 20px;
}
.game-stats .timer span {
	font-size: 11px;
	text-transform: uppercase;

}
.game-stats .countdown {
	font-size: 12px;
	font-weight: 300;
}
.game-stats .countdown span {
	font-size: 18px;
	font-weight: 700;
}
.game-stats .players {
	width: 260px;
	height: 60px;
	margin: 15px auto;
	position: relative;
	color: #FFF;
	margin-bottom: 15px;

}
.game-stats .players .total {
	width: 135px;
	height: 60px;
	position: absolute;
	top: -8px;
	left: 0px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #8c8c8c;
}
.game-stats .players .viewers {
	width: 100px;
	height: 60px;
	position: absolute;
	top: -8px;
	right: 0px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.game-stats .players .total span {
	font-size: 32px;
	display: block;
	font-weight: bold;
	line-height: 32px;
	position: absolute;
	top:40px;
	width: 100%;
}
.game-stats .players .viewers  span {
	font-size: 32px;
	display: block;
	font-weight: bold;
	line-height: 32px;
	position: absolute;
	top:40px;
	width: 100%;
}
.game-stats .total-amount{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin: 18px 0 18px 0;
	font-weight: 600;
	text-align: center;
}

.game-stats .btn-game-end {
	font-size: 12px;
	line-height: 33px;
	padding: 0px 6px;
	margin: 0 auto 15px;
	height: 35px;
	background-color: transparent;
	border-radius: 0;
	width: 230px;
	display: block;
	text-transform: uppercase;
	color: #ff3b30;
	border: 2px solid #ff3b30;
	transition: all .3s;
}

.game-stats .btn-game-end:hover {
	background-image: none;
	color: #000;
	background-color: #ff3b30;
}

.game-stats .btn-game-end .fa {
	margin-right: 5px;
	font-size: 16px;
}

.game-stats .request {
	border:2px solid #ebc928;
	font-size: 12px;
	height: 35px;
	display: block;
	color: #ebc928;
	cursor: pointer;
	line-height: 33px;
	text-decoration: none;
	padding: 0px 15px;
	margin: 0px 20px;
	text-transform: uppercase;
	text-align: center;
}
.game-stats .request i {
	margin-right: 5px;
	font-size: 18px;
}
.game-stats .request:hover {
	background: #ebc928;
	border-color:#ebc928;
	color: #313131;
}
