time, .location {
	float:left;
	clear:left;
	width:auto;
	margin:0;
	padding:0 5px 0 0;
	color:#fff;
	background:rgba(0, 0, 0, 0.75);
}

figure {
	float:left;
	clear:left;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	width:100%;
	z-index:1;
	border:1px solid #000;
	background:rgba(255, 255, 255, 0.30);
	height:18vw;
}

#flagHost {
	position:absolute;
	transform:rotate(30deg);
	filter:drop-shadow(4px 4px 10px #000);
	z-index:2;
	top:-25%;
	left:-10%;
	width:40%;
}

#flagGuest {
	position:absolute;
	transform:rotate(-30deg);
	filter:drop-shadow(4px 4px 10px #000);
	z-index:2;
	top:-25%;
	right:-10%;
	width:40%;
}

#score {
	position:relative;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:100%;
	font-size:18vw;
	line-height:18vw;
	margin-top:-18vw;
	text-align:center;
	color:#fff;
	text-shadow:0 0 10px #000;
	z-index:3;
	box-sizing:border-box;
}

#scorePenaltyShootout {
	position:relative;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:100%;
	font-size:4vw;
	line-height:4vw;
	margin-top:-5vw;
	text-align:center;
	color:#fff;
	text-shadow:0 0 10px #000;
	z-index:3;
	box-sizing:border-box;
}

#officials {
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	box-sizing:border-box;
	color:#fff;
}

#officials>li {
	float:left;
	margin:2px 3px 0 0;
	padding:1px 5px;
	background:rgba(0, 0, 0, 0.75);
}

progress {
	float:left;
	clear:left;
	width:100%;
	height:24px;
	background:rgba(0, 0, 0, 0.5);
	border:none;
	margin:1px 0 0;
}

.progressLabel {
	float:left;
	clear:left;
	margin:-24px 0 0;
	line-height:24px;
	height:24px;
	width:100%;
	text-align:center;
	color:#fff;
	text-shadow:0 0 5px #000;
	box-sizing:border-box;
	font-size:1.4rem;
}

#predictionStats {
	float:left;
	clear:left;
	width:100%;
	padding:0;
	box-sizing:border-box;
	margin:5px 0 0 1px;
	list-style:none;
}

#predictionStats > li {
	float:left;
	background:#fff;
	color:#000;
	margin:0 5px 0 0;
	padding:2px 5px;
}

#events::before{
	content: '';
	position:absolute;
	top:0px;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
	width:5px;
	background-color: #000;
	z-index:0;
}


#events{
	position:relative;
	float:left;
	clear:left;
	margin:5px 0 0;
	padding:0;
	box-sizing:border-box;
	width:100%;
	list-style:none;
	background:rgba(255, 255, 255, 0.9);
	border:1px solid #000;
}
#events>.official{
	float:left;
	clear:left;
	width:100%;
	text-align:center;
	font-size:1.6rem;
	z-index:1;
	background:#fff;
	box-sizing:border-box;
	margin:0 0 50px 0;
}
#events>.official:last-child{
	margin:0;
	/*padding:0 0 50px;*/
}
#events>li:first-child:not(.official){
	padding:25px 0 0;
}
#events>li{
	width:50%;
	position:relative;
	margin:0 1px 30px 1px;
}
#events>.host{
	float:left;
	clear:left;
	text-align:right;
}
#events>.guest{
	float:right;
	clear:right;
	text-align:left;
}

#events>li>.gamestamp::before{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border:5px solid #000;
	background:#fff;
	top:2px;
	z-index:2;
}
#events>.host>.gamestamp::before{
	right:-49px;
	border-radius:10px;
}
#events>.guest>.gamestamp::before{
	left:-49px;
	border-radius:0;
}

#events>li>.gamestamp{
	position:relative;
	font-size:1.4rem;
}
#events>.host>.gamestamp{
	float:right;
	clear:right;
	margin:0 40px 0 0;
}
#events>.guest>.gamestamp{
	float:left;
	clear:left;
	margin:0 5px 0 40px;
}
#events>li>p{
	position:relative;
}
#events>.host>p{
	float:right;
	clear:right;
	margin:10px 40px 0 0;
}
#events>.host>div{
	float:right;
	margin:-3px 0 0;
}
#events>.guest>p{
	float:left;
	clear:left;
	margin:10px 0 0 40px;
}

#events .jerseyNumber{
	border:1px solid #000;
	height:25px;
	width:25px;
	line-height:23px;
	border-radius:25px;
	text-align:center;
	display:inline-block;
	background:#fff;
	font-family:monospace;
}
#events .playerName{
	font-weight:normal;
	color:#335e90;;
}
.goal_normal{
	width:32px;
	height:32px;
	float:left;
	background-image:url(/images/icons/goal_normal.svg);
}
.goal_penalty{
	width:32px;
	height:32px;
	float:left;
	background-image:url(/images/icons/goal_penalty.svg);
}
.goal_own{
	width:32px;
	height:32px;
	float:left;
	background-image:url(/images/icons/goal_own.svg);
}
.card_yellow_red,
.card_yellow{
	width:32px;
	height:32px;
	float:left;
	background-image:url(/images/icons/card_yellow.svg);
	background-repeat:no-repeat;
}
.card_red{
	width:32px;
	height:32px;
	float:left;
	background-image:url(/images/icons/card_red.svg);
}
.substitutedOut{
	float:left;
	color:#f00;
	background-image:url(/images/icons/subOut.svg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
.substitutedIn{
	float:left;
	color:#00c853;
	background-image:url(/images/icons/subIn.svg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
td>.gamestamp{
	float:left;
	margin:0 5px 0 0;
}
#gameTeams{
	float:left;
	clear:left;
	list-style:none;
	padding:0;
	margin:25px 0 0;
	width:100%;
	box-sizing:border-box;
	background:rgba(255, 255, 255, 0.85);
}
#gameTeams>li{
	float:left;
	padding:0;
	margin:0;
	box-sizing:border-box;
}

@media only screen and (max-width:1200px){
	#gameTeams>li{
		width:100%;
	}
}
@media only screen and (min-width:1200px){
	#gameTeams>li{
		width:50%;
	}
}

#gameTeams>li>h2{
	float:left;
	clear:left;
	font-size:2rem;
	color:#000;
	margin:2px 0 0 5px;
}
#gameTeams>li>p{
	float:left;
	clear:left;
	margin:0 0 0 5px;
}


#gameTeams>li>div{
	float:left;
	clear:left;
	box-sizing:border-box;
	width:50%;
}

#gameTeams>li>table{
	float:left;
	line-height:32px;
	border-collapse:collapse;
	width:50%;
	box-sizing:border-box;
	margin:-29px 0 0;
}
table>thead>tr>th:first-child,
table>tbody>tr>td:first-child{
	text-align:right;
	padding:1px 5px 0 0;
}

table>thead>tr>th:nth-child(2),
table>tbody>tr>td:nth-child(2){
	text-align:center;
}

table>thead>tr>th:nth-child(3),
table>tbody>tr>td:nth-child(3){
	text-align:left;
	padding:1px 0 1px 5px;
}

table>tbody>tr>td{
	border-top:1px solid #ccc;
	line-height:32px;
}

.hide{
	display:none;
}