.-hd-los-knockout-stage-phase {
	border-right: 1px solid rgba(0, 0, 0, .05);
	padding: 50px 4px 4px;
	position: relative;
}

.-hd-los-knockout-stage-phase:last-child {
	border-right: none;
}

.-hd-los-knockout-stage-phase-header {
	border-bottom: 3px solid rgba(0, 0, 0, .3);
	font-size: 18px;
	font-weight: bold;
	left: 0;
	margin: 0 4px;
	overflow: hidden;
	padding: 4px 8px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	white-space: nowrap;
}

.-hd-los-knockout-stage-phase-encounter-header {
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.-hd-los-knockout-stage-phase-encounter-info {
	background-color: rgba(0, 0, 0, .05);
	border-bottom: 2px solid rgba(0, 0, 0, .3);
	border-left: 1px solid rgba(0, 0, 0, .3);
	border-right: 1px solid rgba(0, 0, 0, .3);
	padding: 2px 4px 4px;
	text-align: center;
}

.-hd-los-knockout-stage-phase-encounter-team-a {
	float: left;
	width: 30%;
}

.-hd-los-knockout-stage-phase-encounter-team-b {
	float: right;
	width: 30%;
}

.-hd-los-knockout-stage-phase-encounter-score {
	margin: 0 auto;
	width: 40%;
}

.-hd-los-knockout-stage-phase-encounter-score > div {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	padding-top: 10px;
	text-align: center;
	width: 40%;
}

.-hd-los-knockout-stage-phase-encounter-score > div.-hd-los-knockout-stage-phase-encounter-score-divider {
	opacity: .5;
	width: 20%;
}

.-hd-los-knockout-stage-phase-encounter-standings {
	font-size: 10px;
	margin: 0 auto;
	opacity: .5;
	text-align: center;
	width: 40%;
}

.-hd-los-knockout-stage-phase-encounter-team-logo img {
	height: auto;
	max-height: 60px;
	max-width: 60px;
	min-height: 60px;
	min-width: 60px;
	width: auto;
}

.-hd-los-knockout-stage-phase-encounter-info:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.-hd-los-knockout-stage-phase-encounter-games {
	border: 1px solid rgba(0, 0, 0, .3);
	margin-bottom: 10px;
}

.-hd-los-knockout-stage-phase-encounter-games .-hd-util-intellitable-data td {
	font-size: 10px;
	padding: 1px;
}

.-hd-los-knockout-stage-phase-encounter-games .-hd-util-intellitable-data .-hd-los-knockout-stage-phase-encounter-game-optional td {
	opacity: .5;
}

.-hd-los-knockout-stage-phase-encounter-games .-hd-label-LIVE .-hd-los-knockout-stage-score, .-hd-los-knockout-stage-phase-encounter-games .-hd-label-LIVE .-hd-los-knockout-stage-score-divider {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
	color: #fff;
}

.-hd-los-knockout-stage-phase-encounter-games .-hd-los-knockout-stage-overtime, .-hd-los-knockout-stage-phase-encounter-games .-hd-los-knockout-stage-shootout {
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	padding: 2px;
}

@media only screen and (max-width: 770px) {
	.-hd-los-knockout-stage-phase {
		display: block;
		width: 100%;
	}
}