/* ### stats.css ### */
	.fifa2018_stats__item {
		text-align: justify;
		text-justify: distribute-all-lines;
		margin-bottom: 14px;
	}
		.fifa2018_stats__item::after {
			width: 100%;
			content: '';
			display: inline-block;
		}
		.fifa2018_stats__item:last-child {
			margin-bottom: 0;
		}
	.fifa2018_stats__team {
		width: 20.18519%;
		vertical-align: middle;
		text-align: left;
		text-justify: auto;
		font: 18px/1 Georgia, serif;
		color: #000;
		display: inline-block;
	}
@media screen and (min-width: 980px) {
		.fifa2018_stats__team {
			font-size: 36px;
		}
}
	.fifa2018_stats__scale {
		width: 51.8519%;
		display: inline-block;
		text-align: center;
		text-justify: auto;
		border: 1px solid #000;
		box-sizing: border-box;
		border-radius: 4px;
		background-color: #fff;
		height: 7px;
		position: relative;
		vertical-align: middle;
	}
		.fifa2018_stats__scale_label {
			position: absolute;
			font: 12px/1 Georgia, serif;
			color: #333;
			left: -37.71410775459358%;
			right: -37.71410775459358%;
			top: -16px;
		}

@media screen and (min-width: 980px) {
	.fifa2018_stats__scale_label {
		left: 0;
		right: 0;
		top: -26px;
		font-size: 18px;
	}
}

		.fifa2018_stats__scale_pane {
			background-color: #006697;
			height: 100%;
		}
		.fifa2018_stats__team:first-child {
			text-align: right;
		}
.fifa2018_section__body .fifa2018_air__event_time,
.fifa2018_section__body .fifa2018_air__team {
	background-color: transparent;
}
.fifa2018_section__body .fifa2018_air__time {
	background-color: #e5e5e5;
}

.fifa2018_section__body .fifa2018_air__event_player {
	color: #000;
}
.fifa2018_squad {
	font: 0/0 a;
}
.fifa2018_squad__team.fifa2018_squad__team {
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='1' style='background-color:%23333'/%3E");
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: left;
	padding-left: 19px;
	padding-top: 13px;
	padding-bottom: 15px;
}
.fifa2018_squad__team--right.fifa2018_squad__team--right {
	background-position: 100% 0;
	text-align: right;
	padding-right: 19px;
}
@media screen and (min-width: 980px) {
	.fifa2018_squad__team.fifa2018_squad__team {
		box-sizing: border-box;
		background-position: right 0 top 0;
		display: inline-block;
		vertical-align: top;
		width: calc(50% + 2px);
		padding-left: 0;
	}
	.fifa2018_squad__team.fifa2018_squad__team--right {
		background-position: left 0 top 0;
		margin-left: -4px;
		padding-right: 0;
	}
}
.fifa2018_squad__team p:last-child .fifa2018_air__event_player_role:last-child,
.fifa2018_squad__team p:last-child .fifa2018_air__event_player:last-child {
	margin-bottom: 0;
}
