.-hd-los-schedule .-hd-los-schedule-team-name-short {
	display: none;
}

.-hd-los-schedule .-hd-los-schedule-home-team-name {
	text-align: right;
}

.-hd-los-schedule .-hd-los-schedule-col-homeTeamScore {
	text-align: right;
}

.-hd-los-schedule .-hd-los-schedule-col-awayTeamScore {
	text-align: left;
}

.-hd-los-schedule .-hd-los-schedule-score, .-hd-los-schedule .-hd-los-schedule-score-divider {
	text-align: center;
}

.-hd-los-schedule .-hd-label-LIVE .-hd-los-schedule-score, .-hd-los-schedule .-hd-label-LIVE .-hd-los-schedule-score-divider {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
	color: #fff;
}

.-hd-los-schedule .-hd-los-schedule-overtime, .-hd-los-schedule .-hd-los-schedule-shootout {
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	padding: 2px;
}

/* 0 - 990 */
@media only screen and (max-width: 990px) {
	.-hd-los-schedule .-hd-los-schedule-team-name-short {
		display: table-cell;
	}

	.-hd-los-schedule .-hd-los-schedule-team-name-long {
		display: none;
	}
}