@font-face{
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 700;
	src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
	url("http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2")
	format("woff2"),
	url("http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff")
	format("woff");
}

.players{
	width:200px;
	height:100px;
	padding:10px;
	border:solid 1px #eee;
	position: relative;
	font-family: "Source Sans Pro",sans-serif,Helvetica,Arial,sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}

.playerBtn{
	width:95px;
	height:40px;
	text-align:center;
	vertical-align: middle;
	background-color:#89c83d;
	color:#fff;
	position: absolute;
	bottom:10px;
	font-weight: 600;
	line-height: 40px;
	font-family: "Source Sans Pro";
	
}

.playLogo{
	height:50px;
	width:95px;
	margin-top:12px;
	float:left;
}

.playGo{
	float:left;
	margin-left:10px;
}

.playStar{
	width:95px;
	height:40px;
	text-align:center;
	font-size: 12px;
	font-weight:400;
	color:#404040;
	line-height: 25px;
	margin-top:5px;
}

.playStar i{
	font-size: 16px;
	color:gold;
}