@import "scores.css";

#game-main-info {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	line-height: 36px;
	padding-right: 290px;
	position: relative;
	margin-bottom: 50px;
}
#game-main-info .place, #game-main-info .type, #game-main-info .polygon, #game-main-info .members {
	margin-bottom: 20px;
}
#game-main-info a {
	color: #ebc928;
	text-decoration: none;
	border-bottom: 1px solid rgba(235, 201, 40, 0.2);
}
#game-main-info span {
	color: #a9a9a9;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	line-height: 16px;
}

#game-main-info .secondary {
	width: 200px;
	height: auto;
	color: #ebc928;
	position: absolute;
	top: 0px;
	right: 0px;
	border:2px solid rgba(255,255,255,0.06);
	padding: 20px 30px;
	padding-bottom: 0px;
	font-size: 20px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#game-main-info .secondary div {
	margin-bottom: 20px;
}

#game-other-info h3{
	font-size: 22px;
	font-weight: 400;
	float: left;
	color: #000;
	text-transform: uppercase;
	max-height: 36px;
	line-height: 36px;
	padding: 0px 15px 0 10px;
	background: #ebc928;
	margin-bottom:5px;
	border-left: 5px solid #ebc928;
}
#game-other-info {
	border-left: 5px solid #ebc928;
	padding-top:0;
	margin: 10px 0px 30px;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.title{
	color: #a9a9a9;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	line-height: 16px;
}

#game-other-info ul {
	list-style: none;
	display: block;
	margin-bottom: 30px;
}

#game-other-info ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}


#game-other-info .clear-li {
	height: 10px;
	margin: 0 0 0 -5px;
	background: #202020;
}

#game-other-info ul.group-requests-wrapper li.title-group{
	margin:20px 0;
	border-top:1px solid #ebc928;
}
#game-other-info ul.group-requests-wrapper li{
	margin-left:50px;
	border-left:5px solid #ebc928;
}
#game-other-info ul li:odd {
	background: rgba(255,255,255,0.05);
}

#game-other-info ul li .player {
	display: block;
	height: 50px;
	text-decoration: none;
	border:none;
	line-height: 50px;
}

#game-other-info ul li .player:hover {
	background: rgba(255,255,255,0.05);
}

#game-other-info ul li .player .photo {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
}

#game-other-info ul li .player .photo img{
	width: 50px;
	height: 50px;
}

#game-other-info ul li .name{
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	width: 200px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

#game-other-info ul li .name{
	width: 550px;
}

#game-other-info ul li .name .badge-online{
	margin: 20px 3px;
}

#game-other-info  ul li .refresh{
	width: 100px;
	font-size: 14px;
	color: #a9a9a9;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	overflow: hidden;
	height: 50px;

}

#game-other-info  ul li .player .team span{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 13px;
	border:1px solid rgba(255,255,255,0.05);

}

#game-other-info ul li .player .team span img{
	width: 20px;
	height: 20px;
	display: block;

}

#game-other-info ul li .friend-buttons{
	width: 150px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	float: right;
	margin: -50px 0 0 0;
}

#game-other-info ul li .friend-buttons .approve, #game-other-info ul li .friend-buttons .denied, #game-other-info ul li .friend-buttons .messages {
	width: 20px;
	display: inline-block;
	margin: 0 15px;
}

#game-other-info ul li .friend-buttons .approve{
	color: #ADFF2F;
}

#game-other-info ul li .friend-buttons .denied {
	color: #FF4500;
}

#game-other-info ul li .friend-buttons a:hover{
	color: #ebc928;
}

#game-other-info ul li .friend-buttons button{
	background: rgba(0,0,0,0);
	border: rgba(0,0,0,0);
}

#game-other-info ul li .friend-buttons button:hover{
	color: #ebc928;
	background: rgba(0,0,0,0);
	border: rgba(0,0,0,0);
}


.game-description {
	margin: 20px 0px;

}
.content p{
	margin: 30px 15px 40px;
}
.map-image{
	margin:20px 0;
}
.map-image img{
	width:100%;
}
.map-image h2{
	font-size:26px;
	text-align: center;
	text-transform: uppercase;
	line-height:50px;
}