.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.events-list .event {
	margin:0px 0px 15px 0px;
	font-size:12px;
	line-height:16px;
}


.events-list .event .event-date {
}
.events-list .event .event-date a {
	color:#d34747;
	display:none;
}
.events-list .event i {
	color:#979797;
}


.standing {
	margin-bottom:10px;
}

.standing span {
	display:block;
}
.standing .standing-rank {
	padding-left:50px;
	color:#979797;
	font-size:12px;
}
.standing .standing-rank b {
	color:#000;
}
.standing .standing-pos {
	background:#d34747;
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:24px;
	margin-left:-50px;
	float:left;
	text-align:center;
}
.standing .standing-name {
	font-weight:bold;
	font-size:12px;
	padding-bottom:2px;
	border-bottom:1px solid #d34747;
}

.standing-content .section-content {
}
