﻿.game-result__aggregate {
	font-size: 20px;
	font-family: 'PAGRevolucion';
	text-transform: uppercase;
	line-height: 29px;
	color: #000000;
	float: right;
	margin-right: 13px;
}

.\-big .game-result__aggregate {
	font-size: 30px;
	line-height: 55px;
	margin-right: 20px;
	position: relative;
	z-index: 2;
	top: 43px;
	margin-left: -20px;
}

@media screen and (max-width: 1529px) {
	.\-big .game-result__aggregate {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1229px) {
	.\-big .game-result__aggregate {
		margin-left: 0;
	}
	
	.game-result__team+.game-result__team .game-result__aggregate {
		margin-left: 20px;
		margin-right: 0;
	}
}

.game-result__team+.game-result__team .game-result__aggregate {
	float: left;
}

.game-result__aggregate.\-winner {
	color: #e60000;
}

.theme-cup .game-result__aggregate.\-winner {
	color: #008eca;
}

.theme-national-league .game-result__aggregate.\-winner {
	color: #001d2e;
}

.theme-swiss-league .game-result__aggregate.\-winner {
	color: #052a68;
}

.theme-mysports-league .game-result__aggregate.\-winner {
	color: #00549d;
}

.theme-womens-league .game-result__aggregate.\-winner {
	color: #431b87;
}

table tr.\-canceled td {
	position: relative;
}

table tr.\-canceled td::before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	background: #000000;
	z-index: 10;
	left: 0;
}
