/*
 * hockeydata
 */
.-hd-label-best-value {
	font-weight: bold;
}

.-hd-img-error {
	visibility: hidden;
}

.-hd-error {
	color: #a00;
	font-weight: bold;
}

.-hd-youtube-link {
	background: url("../img/_static/icons/YouTube-icon-full_color.png") no-repeat;
	background-size: contain;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	width: 34px;
}

.-hd-clickable {
	cursor: pointer;
}

/*
 * hockeydata.util.IntelliTable
 */
.-hd-util-intellitable th,
.-hd-util-intellitable td {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-sort-asc:after {
	content: " ▲";
}

.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-sort-desc:after {
	content: " ▼";
}

.-hd-util-intellitable .-hd-util-intellitable-overlay {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.-hd-util-intellitable .-hd-util-intellitable-scroll-help {
	display: none;
}

.-hd-util-intellitable .-hd-util-intellitable-data {
	overflow: auto;
	position: relative;
}

.-hd-util-intellitable .-hd-util-intellitable-data table {
	width: 100%;
}

.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-no-data td,
.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-numeric-value,
.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-date-value,
.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-time-value {
	text-align: center;
}

.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-rank,
.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-rank-value {
	text-align: right;
}

.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
	vertical-align: middle;
}

.-hd-util-intellitable .-hd-util-intellitable-legend table {
	display: none;
}

.-hd-util-intellitable .-hd-util-intellitable-legend table.-hd-util-intellitable-legend-visible {
	display: table;
}

/*
 * hockeydata.util.PopUp
 */
.-hd-util-pop-up {
	background: none !important;
	display: none;
	position: absolute;
	width: 300px;
	z-index: 1;
}

.-hd-util-pop-up.-hd-util-pop-up-bottom {
	top: 100%;
}

.-hd-util-pop-up.-hd-util-pop-up-left {
	right: 100%;
}

.-hd-util-pop-up.-hd-util-pop-up-right {
	left: 100%;
}

.-hd-util-pop-up.-hd-util-pop-up-top {
	bottom: 100%;
}

.-hd-util-pop-up.-hd-util-pop-up-visible {
	display: block;
}

.-hd-util-pop-up .-hd-util-pop-up-content {
	user-select: none;
}

/*
 * hockeydata.util.Select
 */
.-hd-util-select {
	display: inline-block;
	position: relative;
	text-align: left;
}

.-hd-util-select select {
	display: none;
}

.-hd-util-select .-hd-util-select-display {
	user-select: none;
}

.-hd-util-select .-hd-util-select-list {
	background: #fff;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
}

.-hd-util-select .-hd-util-select-list > li {
	user-select: none;
}

.-hd-util-select.-hd-util-select-open .-hd-util-select-list {
	display: block;
}

/*
 * hockeydata.util.Tabs
 */
.-hd-util-tabs .-hd-util-tabs-pane {
	display: none;
}

.-hd-util-tabs .-hd-util-tabs-pane-active {
	display: block;
}

/*
 * hockeydata.util.Slider
 */
.-hd-util-slider {
	height: 70px;
	position: relative;
	width: 100%;
}

.-hd-util-slider .-hd-util-slider-button {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}

.-hd-util-slider .-hd-util-slider-button-next {
	left: auto;
	right: 0;
}

.-hd-util-slider .-hd-util-slider-content {
	bottom: 0;
	left: 15px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 0;
}

.-hd-util-slider .-hd-util-slider-content .-hd-util-slider-group {
	bottom: 0;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.-hd-util-slider .-hd-util-slider-button span {
	display: block;
	line-height: 70px;
	text-align: center;
}

.-hd-util-slider .-hd-util-slider-button-prev span:after {
	content: "❮";
}

.-hd-util-slider .-hd-util-slider-button-next span:after {
	content: "❯";
}

/*
 * hockeydata.los
 */

/*
 * hockeydata.los.GameSlider
 */
.-hd-los-game-slider .-hd-util-slider-group > table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	height: 100%;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table,
.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table {
	display: block;
}

.-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table > tbody,
.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table > tbody {
	display: block;
}

.-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table > tr,
.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table > tr,
.-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table > tbody > tr,
.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table > tbody > tr {
	display: table;
	width: 100%;
}

.-hd-los-game-slider .-hd-los-game-slider-team-name-home,
.-hd-los-game-slider .-hd-los-game-slider-team-logo-home {
	clear: left;
	float: left;
	text-align: center;
	white-space: nowrap;
	width: 33%;
}

.-hd-los-game-slider .-hd-los-game-slider-team-name-away,
.-hd-los-game-slider .-hd-los-game-slider-team-logo-away {
	clear: right;
	float: right;
	text-align: center;
	white-space: nowrap;
	width: 33%;
}

.-hd-los-game-slider .-hd-los-game-slider-score {
	text-align: center;
}

.-hd-los-game-slider .-hd-los-game-slider-score-info {
	text-align: center;
}

.-hd-los-game-slider .-hd-los-game-slider-info {
	clear: both;
	text-align: center;
}

.-hd-los-game-slider .-hd-los-game-slider-score-divider:after {
	content: ":";
	margin: 0 5px;
}

/*
 * hockeydata.util.Ticker
 */
.-hd-util-ticker {
	position: relative;
}

.-hd-util-ticker.-hd-util-ticker-scroll {
	overflow: hidden;
}

.-hd-util-ticker.-hd-util-ticker-scroll .-hd-util-ticker-content {
	position: relative;
	white-space: nowrap;
}

.-hd-util-ticker .-hd-util-ticker-item {
	display: none;
	vertical-align: middle;
}

.-hd-util-ticker.-hd-util-ticker-scroll .-hd-util-ticker-item {
	display: inline-block;
}

.-hd-util-ticker .-hd-util-ticker-item.-hd-util-ticker-item-active {
	display: block;
}

/*
 * hockeydata.los.GameTicker
 */
.-hd-los-game-ticker .-hd-los-game-ticker-game div {
	display: inline-block;
	vertical-align: middle;
}

/*
 * hockeydata.los.Customers.EBEL
 */

/*
 * Layout
 */
#jm-maincontent .-hd-widget {
	margin: 10px 0;
}

.-widget-headline {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em !important;
	margin-top: 10px;
	padding: 4px 8px;
}

.-widget-headline-ebel {
	background-color: #005290;
	background-image: linear-gradient(180deg, #3a9dd4, #005290);
}

.-widget-headline-ahl {
	background-color: #3957a1;
	background-image: linear-gradient(180deg, rgba(57, 87, 161, 0.7), #3957a1);
}

.gantry .-widget-headline-ahl {
	background-color: #2256a9;
	background-image: none;
}

.-widget-headline-ebysl {
	background-color: #ba0723;
	background-image: linear-gradient(180deg, #e2001a, #9e001f);
}

.-widget-headline-ebjl {
	background-color: #0e7532;
	background-image: linear-gradient(180deg, #009036, #01622a);
}

.gantry .-widget-headline-ahl {
	background-color: #2256a9;
	background-image: none;
}

.-hd-los-ahl-form {
	text-align: center;
}

.-hd-los-ahl-form select {
	margin: 0 2px;
	width: auto;
}

/* Date Range Select for Schedule */
.-hd-los-date-range-select {
	margin: 10px 0 20px;
}

/*
 * General
 */
.-hd-clickable {
	cursor: pointer;
}

/*
 * Buttons
 */
.-hd-button {
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
	border: 1px solid #ccc;
	border-radius: 0;
	color: #888;
	cursor: pointer;
	min-width: 80px;
	padding: 2px 6px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

.-hd-button.-hd-button-active {
	background-color: #ccc;
	background-image: linear-gradient(to bottom, #cccccc 0, #bbbbbb 100%);
	color: #fff;
	text-shadow: none;
}

.-hd-button-group .-hd-button:first-child {
	border-right: none;
}

/*
 * IntelliTable
 */
.-hd-util-intellitable-data table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.-hd-util-intellitable-data th {
	background-color: #333;
	color: #fff;
	padding: 8px 4px;
	text-align: left;
}

.gantry .-hd-util-intellitable-data th {
	background-color: #bbe4fa;
	color: #000;
}

.-hd-util-intellitable-data th.-hd-util-intellitable-sorted {
	background-color: #555;
}

.gantry .-hd-util-intellitable-data th.-hd-util-intellitable-sorted {
	background-color: #2256a9;
}

.-hd-util-intellitable-data td {
	background-color: #fff;
	border: none;
	padding: 8px 4px;
	transition: background-color .5s;
}

.-hd-util-intellitable-data td[value="0"], .-hd-util-intellitable-ex-aequo {
	color: #aaa;
}

.-hd-util-intellitable-data tr:nth-child(even) td {
	background-color: #eee;
}

.-hd-util-intellitable-data tr:hover td {
	background-color: #ddd;
}

.-hd-util-intellitable-data td.-hd-util-intellitable-sorted {
	background-color: #f4f4f4;
}

.-hd-util-intellitable-data tr:nth-child(even) td.-hd-util-intellitable-sorted {
	background-color: #e4e4e4;
}

.-hd-util-intellitable-data tr:nth-child(even):hover td.-hd-util-intellitable-sorted {
	background-color: #ddd;
}

.-hd-util-intellitable-data .-hd-util-intellitable-numeric-value, .-hd-util-intellitable-data .-hd-util-intellitable-date-value {
	text-align: center;
}

.-hd-util-intellitable-rank-value {
	text-align: right;
}

.-hd-util-intellitable-data .-hd-util-intellitable-inline-image {
	padding: 2px;
	text-align: center;
}

.-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
	height: auto;
	max-height: 30px;
	max-width: 30px;
	min-height: 30px;
	min-width: 30px;
	width: auto;
}

.-hd-util-intellitable-data .-hd-util-intellitable-no-data td {
	color: #aaa;
	text-align: center;
	transition: none;
}

.-hd-util-intellitable-data .-hd-util-intellitable-no-data td, .-hd-util-intellitable-data tr.-hd-util-intellitable-no-data:hover td {
	background-color: #eee;
}

.-hd-util-intellitable-scroll-help {
	color: #aaa;
	font-size: 10px;
}

/*
 * Standings
 */
.-hd-los-standings-medium .-hd-util-intellitable-data .-hd-util-intellitable-inline-image {
	padding: 2px;
}

.-hd-los-standings-medium .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
	height: auto;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	width: auto;
}

.-hd-los-standings-medium .-hd-util-intellitable-data {
	line-height: 1em !important;
}

.-hd-los-standings-medium .-hd-util-intellitable-data th, .-hd-los-standings-medium .-hd-util-intellitable-data td {
	padding: 4px 4px;
}

.-hd-los-standings-medium .-hd-los-standings-unofficial .-hd-los-standings-row.-hd-label-LIVE .-hd-los-standings-col-teamShortname {
	background-image: url("https://api.hockeydata.net/img/_static/icons/live_32x16.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 32px;
}

.-hd-los-standings .-hd-util-intellitable-data td[value="0"] {
	color: #000;
}

.-hd-los-standings.-hd-los-standings-unofficial .-hd-los-standings-official-status-text {
	color: #ccc;
	font-size: 10px;
	margin-top: 2px;
}

.-hd-los-line-after-1  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(1) td,
.-hd-los-line-after-2  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(2) td,
.-hd-los-line-after-3  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(3) td,
.-hd-los-line-after-4  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(4) td,
.-hd-los-line-after-5  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(5) td,
.-hd-los-line-after-6  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(6) td,
.-hd-los-line-after-7  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(7) td,
.-hd-los-line-after-8  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(8) td,
.-hd-los-line-after-9  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(9) td,
.-hd-los-line-after-10  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(10) td,
.-hd-los-line-after-11  .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(11) td,
.-hd-los-line-after-12 .-hd-los-standings .-hd-util-intellitable-data tr:nth-child(12) td {
	border-bottom: 2px solid #f00;
}

/*
 * Schedule
 */
.-hd-los-schedule .-hd-los-schedule-team-name-short {
	display: none;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-los-schedule-team-name-short {
	display: table-cell;
}

.-hd-los-schedule .-hd-los-schedule-home-team-name {
	text-align: right;
}

.-hd-los-schedule .-hd-los-schedule-team-name-long {
	white-space: normal !important;
}

.-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 {
	color: #aaa;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-los-schedule-score, .-hd-los-schedule .-hd-los-schedule-score-divider {
	font-size: 1em;
	font-weight: normal;
}

.-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-label-IFNECESSARY {
	color: #bbb;
}

.-hd-los-schedule-short .-hd-util-intellitable-data .-hd-util-intellitable-inline-image {
	padding: 2px;
}

.-hd-los-schedule-short .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
	height: auto;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	width: auto;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-label-LIVE .-hd-los-schedule-score, .-hd-los-schedule-short .-hd-los-schedule .-hd-label-LIVE .-hd-los-schedule-score-divider {
	animation-name: none;
	color: #000;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(even) td.-hd-los-schedule-score, .-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(even) td.-hd-los-schedule-score-divider {
	background-color: #eee;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(2n+1) td.-hd-los-schedule-score, .-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(2n+1) td.-hd-los-schedule-score-divider {
	background-color: #f9f9f9;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(even):hover td.-hd-los-schedule-score,
.-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(even):hover td.-hd-los-schedule-score-divider,
.-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(2n+1):hover td.-hd-los-schedule-score,
.-hd-los-schedule-short .-hd-los-schedule .-hd-util-intellitable-data tr.-hd-label-LIVE:nth-child(2n+1):hover td.-hd-los-schedule-score-divider{
	background-color: #ddd;
}

.-hd-los-schedule .-hd-label-FINISHED .-hd-los-schedule-score, .-hd-los-schedule .-hd-label-FINISHED .-hd-los-schedule-score-divider {
	color: #000;
}

.-hd-los-schedule .-hd-los-schedule-overtime, .-hd-los-schedule .-hd-los-schedule-shootout {
	background-color: #000;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	padding: 2px;
}

.-hd-los-schedule-short .-hd-los-schedule .-hd-los-schedule-overtime, .-hd-los-schedule-short .-hd-los-schedule .-hd-los-schedule-shootout {
	padding: 4px;
}

.-hd-los-schedule-ebel .-hd-los-schedule-overtime, .-hd-los-schedule-ebel .-hd-los-schedule-shootout {
	background-color: #2478b0;
}

.-hd-los-schedule-ebjl .-hd-los-schedule-overtime, .-hd-los-schedule-ebjl .-hd-los-schedule-shootout {
	background-color: #0e7532;
}

.-hd-los-schedule-ebysl .-hd-los-schedule-overtime, .-hd-los-schedule-ebysl .-hd-los-schedule-shootout {
	background-color: #ba0723;
}

.-hd-los-schedule-ahl .-hd-los-schedule-overtime, .-hd-los-schedule-ahl .-hd-los-schedule-shootout {
	background-color: #3957a1;
}

.gantry .-hd-los-schedule-ahl .-hd-los-schedule-overtime, .gantry .-hd-los-schedule-ahl .-hd-los-schedule-shootout {
	background-color: #2256a9;
}

.-hd-los-schedule-col-seriesStandings {
	text-align: center;
}

.-hd-los-schedule-col-tvNetworkAndGameStreams {
	padding: 4px !important;
    white-space: normal !important;
}

.-hd-los-schedule-game-streams {
    line-height: 1.2;
}

/*
 * Slider
 */
.-hd-util-slider .-hd-util-slider-inline-image img {
	height: 36px !important;
    margin-top: 8px;
    width: auto !important;
}

/*
 * Game Slider
 */
.-hd-los-game-slider-large .-hd-util-slider {
	height: 70px;
	width: 100%;
}

.-hd-los-game-slider-large .-hd-util-slider .-hd-util-slider-group {
	width: 100%;
}

.-hd-los-game-slider-small .-hd-util-slider {
	height: 70px;
	width: 100%;
}

.-hd-los-game-slider-small .-hd-util-slider .-hd-util-slider-group {
	width: 100%;
}

.-hd-los-game-slider .-hd-util-slider-content {
	left: 16px;
	right: 16px;
}

.-hd-los-game-slider .-hd-util-slider-content .-hd-util-slider-group {
	width: 100%;
}

.-hd-los-game-slider .-hd-util-slider-group table {
	border-collapse: separate;
}

.-hd-los-game-slider, .-hd-los-game-slider .-hd-util-slider-content td {
	background: linear-gradient(to bottom, rgba(69, 69, 69, 1) 0%, rgba(43, 43, 43, 1) 100%);
	color: #fff;
}

.-hd-los-game-slider .-hd-util-slider-button.-hd-util-slider-button-disabled span {
	color: #666;
}

.-hd-los-game-slider .-hd-util-slider-button-prev {
	border-right: 1px solid #222;
}

.-hd-los-game-slider .-hd-util-slider-button-next {
	border-left: 1px solid #666;
}

.-hd-los-game-slider .-hd-util-slider-content td {
	border-left: 1px solid #666;
	border-right: 1px solid #222;
	height: 77px;
	opacity: .75;
	padding: 0 2px;
	position: relative;
	transition: opacity .5s;
}

.-hd-los-game-slider .-hd-util-slider-content td.-hd-label-LIVE {
	background: linear-gradient(to bottom, #e2001a 0%, #9e001f 100%);
	opacity: 1;
}

.-hd-los-game-slider .-hd-util-slider-content td:hover {
	opacity: 1;
}

.-hd-los-game-slider .-hd-los-game-slider-team-name {
	font-size: 11px;
	line-height: 13px;
	text-shadow: 0 1px 0 #000;
}

.-hd-los-game-slider .-hd-los-game-slider-score {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 14px;
	text-shadow: 0 1px 0 #000;
}

.-hd-los-game-slider .-hd-los-game-slider-score-info {
	font-size: 10px;
	height: 12px;
	line-height: 12px;
	text-align: center;
}

.-hd-los-game-slider .-hd-los-game-slider-score-info span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	line-height: 12px;
	padding: 0 2px;
}

.-hd-los-game-slider .-hd-los-game-slider-info {
	font-size: 11px;
	line-height: 13px;
	text-shadow: 0 1px 0 #000;
}

.-hd-los-game-slider .-hd-util-slider-group table.-hd-los-game-slider-live-time-wrapper {
	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
	line-height: 11px;
	table-layout: fixed;
	width: 100%;
}

.-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper td {
	background-image: none;
	border: none;
	height: auto;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

.-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper td:first-child {
	font-size: 11px;
	text-align: center;
	width: 25%;
}

.-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper td:last-child {
	width: 75%;
}

.-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper .-hd-los-game-slider-period-bar {
	margin-top: 0;
}

.-hd-los-game-slider .-hd-los-game-slider-period-bar {
	margin: 7px 5px 0;
	text-align: center;
}

.-hd-los-game-slider .-hd-los-game-slider-period-bar table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.-hd-los-game-slider .-hd-los-game-slider-period-bar td, .-hd-los-game-slider-period-bar table tbody tr:nth-child(2n+1) td {
	background-color: rgba(0, 0, 0, .5);
	background-image: none;
	border-left: none;
	border-right: 2px solid #a20623;
	height: 6px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.-hd-los-game-slider .-hd-los-game-slider-period-bar td:last-child {
	border-right: none;
}

.-hd-los-game-slider .-hd-los-game-slider-period-bar-fill {
	background-color: #f00;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.-hd-los-game-slider .-hd-los-game-slider-period-bar .-hd-los-game-slider-period-bar-active .-hd-los-game-slider-period-bar-fill {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
}

.-hd-los-game-slider-period-bar-label {
	display: none;
}

.-hd-los-game-slider-streams {
	left: 0;
	line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
	top: 0;
	white-space: nowrap;
}

.gantry .-hd-los-game-slider-streams {
	top: -4px;
}

/*
 * hockeydata.los.GameTicker
 */
.-hd-los-game-ticker .-hd-los-game-ticker-game {
	background-color: #999;
	border-right: 1px solid #aaa;
	color: #fff;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	text-align: center;
}

.-hd-los-game-ticker .-hd-los-game-ticker-game div {
	margin: 0 6px;
	vertical-align: top;
}

.-hd-los-game-ticker .-hd-util-ticker-inline-image img {
	height: auto;
	max-height: 30px;
	max-width: 70px;
	min-width: 20px;
	width: auto;
}

.-hd-los-game-ticker .-hd-label-LIVE {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #a44;
}

.-hd-los-game-ticker .-hd-los-game-ticker-score-divider:after {
	content: ":";
	padding: 0 2px;
}

.-hd-los-game-ticker .-hd-los-game-ticker-overtime, .-hd-los-game-ticker .-hd-los-game-ticker-shootout {
	display: inline-block;
	font-size: 12px;
	margin-left: 2px;
	padding: 1px 2px;
}

.-hd-los-game-ticker .-hd-los-game-ticker-overtime, .-hd-los-game-ticker .-hd-los-game-ticker-shootout {
	background-color: #333;
}

.-hd-los-game-ticker-large .-hd-los-game-ticker .-hd-los-game-ticker-game {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
}

.-hd-los-game-ticker-large .-hd-los-game-ticker .-hd-util-ticker-inline-image img {
	height: auto;
	max-height: 40px;
	max-width: 100%;
	min-width: 40px;
	width: auto;
}

/*
 * Full Game Report
 */
.-hd-los-game-full-report-headline {
	background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
	border-bottom: 3px solid #666;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

.-hd-los-game-full-report-headline .-hd-button-group {
	float: right;
	margin-left: 3px;
	margin-top: -3px;
}

.-hd-los-game-full-report-ebel .-hd-los-game-full-report-headline {
	border-bottom-color: #2478b0;
}

.-hd-los-game-full-report-ebjl .-hd-los-game-full-report-headline {
	border-bottom-color: #0e7532;
}

.-hd-los-game-full-report-ebysl .-hd-los-game-full-report-headline {
	border-bottom-color: #ba0723;
}

.-hd-los-game-full-report-ahl .-hd-los-game-full-report-headline {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-game-full-report-ahl .-hd-los-game-full-report-headline {
	border-bottom-color: #2256a9;
}

.-hd-los-game-full-report .-hd-util-intellitable-data th {
	background-color: #ddd;
	color: #333;
	padding: 4px;
	text-shadow: 0 1px 0 #fff;
}

.-hd-los-game-full-report .-hd-util-intellitable-data td {
	padding: 4px;
}

.-hd-los-game-full-report-game-info {
	background: #333;
	border-bottom: 5px solid #333;
	padding: 10px;
}

.-hd-los-game-full-report-ebel .-hd-los-game-full-report-game-info {
	border-bottom-color: #2478b0;
}

.-hd-los-game-full-report-ebjl .-hd-los-game-full-report-game-info {
	border-bottom-color: #0e7532;
}

.-hd-los-game-full-report-ebysl .-hd-los-game-full-report-game-info {
	border-bottom-color: #ba0723;
}

.-hd-los-game-full-report-ahl .-hd-los-game-full-report-game-info {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-game-full-report-ahl .-hd-los-game-full-report-game-info {
	background: #fff;
	border-bottom-color: #2256a9;
}

.-hd-los-game-full-report-game-info:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.-hd-los-game-full-report-team-home {
	float: left;
	width: 33%;
}

.-hd-los-game-full-report-team-away {
	float: right;
	width: 33%;
}

.-hd-los-game-full-report-score {
	margin: 0 auto;
	text-align: center;
	width: 33%;
}

.-hd-los-game-full-report-score-home, .-hd-los-game-full-report-score-away {
	display: inline-block;
	font-size: 64px;
	font-weight: bold;
	height: 95px;
	line-height: 95px;
	vertical-align: top;
	width: 33%;
}

.-hd-los-game-full-report-ebel .-hd-los-game-full-report-score-home, .-hd-los-game-full-report-ebel .-hd-los-game-full-report-score-away {
	color: #2478b0;
}

.-hd-los-game-full-report-ebjl .-hd-los-game-full-report-score-home, .-hd-los-game-full-report-ebjl .-hd-los-game-full-report-score-away {
	color: #0e7532;
}

.-hd-los-game-full-report-ebysl .-hd-los-game-full-report-score-home, .-hd-los-game-full-report-ebysl .-hd-los-game-full-report-score-away {
	color: #ba0723;
}

.-hd-los-game-full-report-ahl .-hd-los-game-full-report-score-home, .-hd-los-game-full-report-ahl .-hd-los-game-full-report-score-away {
	color: #3957a1;
}

.gantry .-hd-los-game-full-report-ahl .-hd-los-game-full-report-score-home, .gantry .-hd-los-game-full-report-ahl .-hd-los-game-full-report-score-away {
	color: #2256a9;
}

.-hd-los-game-full-report-score-divider {
	display: inline-block;
	font-size: 64px;
	height: 95px;
	line-height: 60px;
	vertical-align: top;
	width: 33%;
}

.-hd-los-game-full-report-score-divider span {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 4px;
}

.-hd-los-game-full-report-ebel .-hd-los-game-full-report-score-divider span {
	background-color: #2478b0;
}

.-hd-los-game-full-report-ebjl .-hd-los-game-full-report-score-divider span {
	background-color: #0e7532;
}

.-hd-los-game-full-report-ebysl .-hd-los-game-full-report-score-divider span {
	background-color: #ba0723;
}

.-hd-los-game-full-report-ahl .-hd-los-game-full-report-score-divider span {
	background-color: #3957a1;
}

.gantry .-hd-los-game-full-report-ahl .-hd-los-game-full-report-score-divider span {
	background-color: #2256a9;
}

.-hd-los-game-full-report-game-state {
	background-color: #000;
	color: #fff;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
	margin: -10px -10px 10px;
	text-align: center;
}

.gantry .-hd-los-game-full-report-game-state {
	background-color: #2256a9;
}

.-hd-los-game-full-report-period-bar {
	border-bottom: 1px solid #fff;
}

.-hd-los-game-full-report-period-bar table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.-hd-los-game-full-report-period-bar td, .-hd-los-game-full-report-period-bar table tbody tr:nth-child(2n+1) td {
	background-color: #555;
	border-right: 1px solid #fff;
	height: 12px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.-hd-los-game-full-report-period-bar td:last-child {
	border-right: none;
}

.-hd-los-game-full-report-period-bar-fill {
	background-color: #333;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.-hd-los-game-full-report-period-bar .-hd-los-game-full-report-period-bar-active .-hd-los-game-full-report-period-bar-fill {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
}

.-hd-los-game-full-report-period-bar-label {
	bottom: 0;
	color: #aaa;
	left: 0;
	line-height: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.-hd-los-game-full-report-period-bar .-hd-los-game-full-report-period-bar-active .-hd-los-game-full-report-period-bar-label {
	color: #ffff00;
}

.-hd-los-game-full-report-period-stats {
	opacity: .75;
	text-align: center;
}

.-hd-los-game-full-report-period-stats > div {
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
}

.-hd-los-game-full-report-period-stats > div > div {
	background-color: #222;
	color: #eee;
	display: inline-block;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	margin-right: 1px;
	overflow: hidden;
	width: 45px;
}

.gantry .-hd-los-game-full-report-period-stats > div > div {
	background-color: #bbe4fa;
	color: #000;
}

.-hd-los-game-full-report-period-stats > div > div:first-child {
	padding-left: 2px;
	text-align: left;
}

.-hd-los-game-full-report-period-stats > div.-hd-los-game-full-report-period-stats-header > div {
	background-color: #111;
	font-weight: bold;
}

.gantry .-hd-los-game-full-report-period-stats > div.-hd-los-game-full-report-period-stats-header > div {
	background-color: #bbe4fa;
}

.-hd-los-game-full-report-period-stats > div.-hd-los-game-full-report-period-stats-header > div:first-child {
	background: none;
}

.-hd-los-game-full-report-team-name, .-hd-los-game-full-report-team-logo {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

.-hd-los-game-full-report-team-logo img {
	max-height: 100px;
	max-width: 100px;
}

.-hd-los-game-full-report-team-name {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}

.gantry .-hd-los-game-full-report-team-name {
	color: #2256a9;
	text-shadow: none;
}

.-hd-los-game-full-report-game-facts {
	background: #222;
	font-size: 11px;
}

.gantry .-hd-los-game-full-report-game-facts {
	background: #fff;
}

.-hd-los-game-full-report-game-fact-row {
	display: inline-block;
	width: 50%;
}

.-hd-los-game-full-report-game-fact-label {
	color: #ddd;
	display: inline-block;
	text-align: right;
	width: 40%;
}

.gantry .-hd-los-game-full-report-game-fact-label {
	color: #000;
}

.-hd-los-game-full-report-game-fact-label div {
	background-color: #333;
	margin: 1px 0 0 1px;
	padding: 3px 5px;
}

.gantry .-hd-los-game-full-report-game-fact-label div {
	background-color: #bbe4fa;
}

.-hd-los-game-full-report-game-fact-value {
	color: #eee;
	display: inline-block;
	font-weight: bold;
	width: 60%;
}

.-hd-los-game-full-report-game-fact-value {
	color: #000;
}

.-hd-los-game-full-report-game-fact-value div {
	padding: 3px 5px;
}

.-hd-los-game-full-report-container {
	border: 1px solid #aaa;
	margin: 10px;
}

.-hd-los-game-full-report-container-data {
	border: 1px solid #ddd;
	margin: 3px;
}

.-hd-los-game-full-report-team-stats-data .-hd-util-intellitable-data th {
	text-align: center;
}

.-hd-los-game-full-report-team-stats-data .-hd-util-intellitable-data td:nth-child(2), .-hd-los-game-full-report-team-stats-data .-hd-util-intellitable-data td:nth-child(3) {
	text-align: center;
}

.-hd-los-game-full-report-goals-player-jersey-no {
	color: #aaa;
}

.-hd-los-game-full-report-goals-new-score, .-hd-los-game-full-report-goals-scored-by {
	font-weight: bold;
}

.-hd-los-game-full-report-goal-keeper-changes-action {

}

.-hd-los-game-full-report-goal-keeper-changes-action-on {
	color: green;
}

.-hd-los-game-full-report-goal-keeper-changes-action-on:before {
	content: "▲ ";
}

.-hd-los-game-full-report-goal-keeper-changes-action-off {
	color: red;
}

.-hd-los-game-full-report-goal-keeper-changes-action-off:before {
	content: "▼ ";
}

.-hd-los-game-full-report-lineup {
}

.-hd-los-game-full-report-lineup-headline {
	border-bottom: 1px dashed #ddd;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

.-hd-los-game-full-report-lineup-players {
	padding: 15px 0;
	text-align: center;
}

.-hd-los-game-full-report-lineup-player {
	background-color: #eee;
	color: #666;
	display: inline-block;
	height: 35px;
	margin: 10px;
	width: 24%;
}

.-hd-rd-mobile .-hd-los-game-full-report-lineup-player {
    width: 90%;
}

.-hd-los-game-full-report-lineup-player-jersey-no {
	background-color: #ddd;
	border-right: 1px solid #fff;
	color: #888;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	width: 35px;
}

.-hd-los-game-full-report-lineup-player-name {
	font-size: 13px;
	line-height: 18px;
	margin-left: 40px;
	overflow: hidden;
	padding-top: 2px;
	text-align: left;
	white-space: nowrap;
	/*width: 180px;*/
}

.-hd-los-game-full-report-lineup-player-position {
	font-size: 11px;
	line-height: 13px;
	margin-left: 40px;
	text-align: left;
	white-space: nowrap;
	width: 180px;
}

.-hd-los-game-full-report-penalty-shot, .-hd-los-game-full-report-game-winning-goal, .-hd-los-game-full-report-empty-net {
	background-color: #999;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 0 1px;
}

.-hd-los-game-full-report-time-on-ice-highlights-team {
	display: inline-block;
	text-align: center;
	width: 50%;
}

.-hd-los-game-full-report-time-on-ice-highlights-player {
	border: 1px solid rgba(0, 0, 0, .25);
	display: inline-block;
	margin: 5px;
	padding: 1px;
}

.-hd-los-game-full-report-time-on-ice-highlights-player-portrait {
	height: 84px;
	margin-bottom: 1px;
	width: 60px;
}

.-hd-los-game-full-report-time-on-ice-highlights-player-portrait img {
	height: 84px;
	width: 60px;
}

.-hd-los-game-full-report-time-on-ice-highlights-player-name {
	background: rgba(0, 0, 0, .25);
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
}

span.-hd-los-game-full-report-time-on-ice-player-jersey-nr {
	display: inline-block;
	min-width: 25px;
	padding: 0 1px;
	text-align: center;
}

span.-hd-los-game-full-report-time-on-ice-player-jersey-nr.-hd-los-game-full-report-time-on-ice-player-is-on-ice {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
	color: #fff;
}

.-hd-los-game-full-report-time-on-ice-data-table .-hd-util-intellitable-data th {
	width: 8%;
}

.-hd-los-game-full-report-time-on-ice-data-table .-hd-util-intellitable-data th.-hd-los-game-full-report-time-on-ice-player-name {
	width: 18%;
}

th.-hd-los-game-full-report-time-on-ice-player-jersey-nr-away, td.-hd-los-game-full-report-time-on-ice-player-jersey-nr-away {
	border-left: 1px dashed rgba(0, 0, 0, .3);
}

.-hd-los-game-full-report .-hd-los-game-full-report-container-data.-hd-los-game-full-report-shot-chart-data {
	max-height: none;
	overflow: visible;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-options > div {
	box-sizing: border-box;
	display: inline-block;
	padding: 20px;
	width: 33%;
}

.-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-options > div {
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-playing-area-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-playing-area {
	position: relative;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-playing-area-icehockey {
	background: url("https://api.hockeydata.net/img/icehockey/_static/icerink.png") center right no-repeat;
	background-size: cover;
	padding-bottom: 50%;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action {
	background: rgba(0, 0, 0, .1) center center no-repeat;
	border-radius: 50%;
	height: 30px;
	margin: -20px 0 0 -20px;
	position: absolute;
	transition: all .5s;
	width: 30px;
}

@keyframes flash {
	0% { opacity: 1; }
	12% { opacity: .5; }
	25% { opacity: 1; }
	37% { opacity: .5; }
	50% { opacity: 1; }
	62% { opacity: .5; }
	75% { opacity: 1; }
	87% { opacity: .5; }
	100% { opacity: 1; }
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-new {
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-name: flash;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-SAVE {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-SAVE.-hd-los-game-full-report-shot-chart-game-action-team-home {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save-home.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-SAVE.-hd-los-game-full-report-shot-chart-game-action-team-away {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save-away.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-GOAL {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-GOAL.-hd-los-game-full-report-shot-chart-game-action-team-home {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal-home.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-GOAL.-hd-los-game-full-report-shot-chart-game-action-team-away {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal-away.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action > div {
	height: 100%;
	position: relative;
	width: 100%;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-team-logo {
	border-right: 1px solid transparent;
	display: inline-block;
	height: 50px;
	padding-right: 10px;
	vertical-align: top;
	width: 50px;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-team-logo img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-text {
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
	width: 205px;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-period {
	background: #555;
	border-radius: 4px;
	color: #aaa;
	display: inline-block;
	font-size: 9px;
	margin-top: 3px;
	padding: 0 6px;
	text-transform: uppercase;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend {
	padding-bottom: 20px;
	text-align: center;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend > div {
	display: inline-block;
	margin-right: 20px;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend span {
	vertical-align: middle;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type {
	background: center center no-repeat;
	display: inline-block;
	height: 16px;
	margin-right: 5px;
	width: 16px;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-SHOT-SAVE {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-SHOT-GOAL {
	background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal.png");
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-home-team {
	background-color: #ffa600;
}

.-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-away-team {
	background-color: #4381b6;
}

.-hd-los-game-full-report-streams {
	padding: 20px 0 10px;
    text-align: center;
}

.-hd-los-game-full-report-streams .-hd-game-stream-button {
    border-radius: 4px;
    font-size: 14px;
	line-height: 14px;
	padding: 8px 16px;
}

.-hd-los-game-full-report-status-1 .-hd-game-stream-button {
	background: #f00;
}

/*
 * Full Team Page
 */
.-hd-los-team-full-page-team-info {
	background: #333;
	border-bottom: 5px solid #333;
	height: 100px;
	padding: 10px;
}

.-hd-los-team-full-page-ebel .-hd-los-team-full-page-team-info {
	border-bottom-color: #2478b0;
}

.-hd-los-team-full-page-ebjl .-hd-los-team-full-page-team-info {
	border-bottom-color: #0e7532;
}

.-hd-los-team-full-page-ebysl .-hd-los-team-full-page-team-info {
	border-bottom-color: #ba0723;
}

.-hd-los-team-full-page-ahl .-hd-los-team-full-page-team-info {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-team-full-page-ahl .-hd-los-team-full-page-team-info {
	background: #fff;
	border-bottom-color: #2256a9;
}

.-hd-los-team-full-page-team-logo {
	float: left;
	height: 100px;
	margin: -10px;
	padding: 10px;
	width: 100px;
}

.-hd-los-team-full-page-ebel .-hd-los-team-full-page-team-logo {
	background-color: #2478b0;
}

.-hd-los-team-full-page-ebjl .-hd-los-team-full-page-team-logo {
	background-color: #0e7532;
}

.-hd-los-team-full-page-ebysl .-hd-los-team-full-page-team-logo {
	background-color: #ba0723;
}

.-hd-los-team-full-page-ahl .-hd-los-team-full-page-team-logo {
	background-color: #3957a1;
}

.gantry .-hd-los-team-full-page-ahl .-hd-los-team-full-page-team-logo {
	background-color: #2256a9;
}

.-hd-los-team-full-page-team-logo img {
	max-height: 100px;
	max-width: 100px;
}

.gantry .-hd-los-team-full-page-team-logo img {
	max-height: 80px;
	max-width: 80px;
}

.-hd-los-team-full-page-team-short-name {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin-left: 140px;
	margin-top: 10px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
	vertical-align: bottom;
}

.gantry .-hd-los-team-full-page-team-short-name {
	color: #2256a9;
	margin-top: 0;
	text-shadow: none;
}

.-hd-los-team-full-page-team-long-name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-left: 140px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}

.gantry .-hd-los-team-full-page-team-long-name {
	color: #2256a9;
	text-shadow: none;
}

.-hd-los-team-full-page-team-picture {
}

.-hd-los-team-full-page-team-picture img {
	height: auto;
	margin: 5px 0;
	width: 100%;
}

.-hd-los-team-full-page-container {
	border: 1px solid #aaa;
	margin: 10px;
}

.-hd-los-team-full-page-container-data {
	border: 1px solid #ddd;
	margin: 3px;
}

.-hd-los-team-full-page-headline {
	background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
	border-bottom: 3px solid #666;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

.-hd-los-team-full-page-ebel .-hd-los-team-full-page-headline {
	border-bottom-color: #2478b0;
}

.-hd-los-team-full-page-ebjl .-hd-los-team-full-page-headline {
	border-bottom-color: #0e7532;
}

.-hd-los-team-full-page-ebysl .-hd-los-team-full-page-headline {
	border-bottom-color: #ba0723;
}

.-hd-los-team-full-page-ahl .-hd-los-team-full-page-headline {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-team-full-page-ahl .-hd-los-team-full-page-headline {
	border-bottom-color: #2256a9;
}

.-hd-los-team-full-page-roster-overview {
	text-align: center;
}

.-hd-los-team-full-page-roster-player-container {
	background-color: #eee;
	display: inline-block;
	margin: 15px;
	width: 230px;
}

.-hd-los-team-full-page-roster-player-portrait {
	background-color: #eee;
	height: 170px;
	overflow: hidden;
	transition: background .5s;
	width: 230px;
}

.-hd-los-team-full-page-roster-player-container:hover .-hd-los-team-full-page-roster-player-portrait {
	background-color: #aaa;
}

.-hd-los-team-full-page-roster-player-portrait img {
	height: 140px;
	margin-top: 30px;
	transition: height .5s, width .5s, margin-top .5s;
	width: 100px;
}

.-hd-los-team-full-page-roster-player-container:hover .-hd-los-team-full-page-roster-player-portrait img {
	height: 280px;
	margin-top: -20px;
	width: 200px;
}

.-hd-los-team-full-page-roster-player-details {
	background-color: #444;
	height: 45px;
}

.-hd-los-team-full-page-roster-player-jersey-no {
	background-color: #000;
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	width: 45px;
}

.-hd-los-team-full-page-ebel .-hd-los-team-full-page-roster-player-jersey-no {
	background-color: #2478b0;
}

.-hd-los-team-full-page-ebjl .-hd-los-team-full-page-roster-player-jersey-no {
	background-color: #0e7532;
}

.-hd-los-team-full-page-ebysl .-hd-los-team-full-page-roster-player-jersey-no {
	background-color: #ba0723;
}

.-hd-los-team-full-page-ahl .-hd-los-team-full-page-roster-player-jersey-no {
	background-color: #3957a1;
}

.gantry .-hd-los-team-full-page-ahl .-hd-los-team-full-page-roster-player-jersey-no {
	background-color: #2256a9;
}

.-hd-los-team-full-page-roster-player-name {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 50px;
	overflow: hidden;
	padding-top: 4px;
	text-align: left;
	text-shadow: 1px 1px 0 #000;
	white-space: nowrap;
	width: 180px;
}

.-hd-los-team-full-page-roster-player-position {
	color: #ddd;
	font-size: 11px;
	line-height: 13px;
	margin-left: 50px;
	text-align: left;
	white-space: nowrap;
	width: 180px;
}

.-hd-los-team-full-page-games-state {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	min-width: 30px;
	padding: 2px;
	text-align: center;
}

.-hd-los-team-full-page-games-state-W {
	background-color: #4c4;
}

.-hd-los-team-full-page-games-state-OTW {
	background-color: #484;
}

.-hd-los-team-full-page-games-state-L {
	background-color: #c44;
}

.-hd-los-team-full-page-games-state-OTL {
	background-color: #844;
}

.-hd-los-team-full-page-games-state-T {
	background-color: #888;
}

.-hd-los-team-full-page-games .-hd-label-LIVE .-hd-los-team-full-page-games-score {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
	color: #fff;
}

.-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data td {
	transition: none;
	vertical-align: top;
}

.-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data tr:hover td {
	background-color: #f9f9f9;
}

.-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data tr:nth-child(even) td {
	background-color: #eee;
}

.-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data tr:nth-child(even) td {
	background-color: #eee;
}

.-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data tr.-hd-los-team-full-page-team-facts-table-header-row td {
	background-color: #333;
	color: #fff;
}

.gantry .-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data tr.-hd-los-team-full-page-team-facts-table-header-row td {
	background-color: #bbe4fa;
	color: #000;
}

/*
 * Full Player Page
 */
.-hd-los-player-full-page-player-info {
	background: #333;
	border-bottom: 5px solid #333;
	height: 100px;
	padding: 10px;
}

.-hd-los-player-full-page-ebel .-hd-los-player-full-page-player-info {
	border-bottom-color: #2478b0;
}

.-hd-los-player-full-page-ebjl .-hd-los-player-full-page-player-info {
	border-bottom-color: #0e7532;
}

.-hd-los-player-full-page-ebysl .-hd-los-player-full-page-player-info {
	border-bottom-color: #ba0723;
}

.-hd-los-player-full-page-ahl .-hd-los-player-full-page-player-info {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-player-full-page-ahl .-hd-los-player-full-page-player-info {
	background-color: #fff;
	border-bottom-color: #2256a9;
}

.-hd-los-player-full-page-team-logo {
	float: right;
	height: 100px;
	margin: -10px;
	padding: 10px;
	width: 100px;
}

.-hd-los-player-full-page-ebel .-hd-los-player-full-page-team-logo {
	background-color: #2478b0;
}

.-hd-los-player-full-page-ebjl .-hd-los-player-full-page-team-logo {
	background-color: #0e7532;
}

.-hd-los-player-full-page-ebysl .-hd-los-player-full-page-team-logo {
	background-color: #ba0723;
}

.-hd-los-player-full-page-ahl .-hd-los-player-full-page-team-logo {
	background-color: #3957a1;
}

.gantry .-hd-los-player-full-page-ahl .-hd-los-player-full-page-team-logo {
	background-color: #2256a9;
}

.-hd-los-player-full-page-team-logo img {
	max-height: 100px;
	max-width: 100px;
}

.gantry .-hd-los-player-full-page-team-logo img {
	max-height: 80px;
	max-width: 80px;
}

.-hd-los-player-full-page-player-portrait {
	float: left;
	height: 100px;
	margin: -10px;
	overflow: hidden;
	padding: 20px 20px 0 10px;
	text-align: center;
	width: 100px;
}

.gantry .-hd-los-player-full-page-player-portrait {
	margin-top: -15px;
	padding-top: 10px;
}

.-hd-los-player-full-page-player-portrait img {
	height: 100px;
	transition: height .5s, width .5s;
	width: 72px;
}

.-hd-los-player-full-page-player-portrait:hover img {
	height: 140px;
	width: 100px;
}

.gantry .-hd-los-player-full-page-player-portrait:hover img {
	height: 100px;
	width: 72px;
}

.-hd-los-player-full-page-player-name {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-left: 120px;
	margin-top: 36px;
	overflow: hidden;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
	vertical-align: bottom;
	white-space: nowrap;
}

.gantry .-hd-los-player-full-page-player-name {
	color: #2256a9;
	margin-left: 90px;
	margin-top: 10px;
	text-shadow: none;
}

.-hd-los-player-full-page-player-jersey-no {
	background-color: #fff;
	border-radius: 4px;
	color: #333;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	min-width: 24px;
	padding: 0 4px;
	text-align: center;
}

.gantry .-hd-los-player-full-page-player-jersey-no {
	background-color: #2256a9;
	color: #fff;
}

.-hd-los-player-full-page-player-position {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}

.gantry .-hd-los-player-full-page-player-position {
	color: #2256a9;
	text-shadow: none;
}

.-hd-los-player-full-page-container {
	border: 1px solid #aaa;
	margin: 10px;
}

.-hd-los-player-full-page-container-data {
	border: 1px solid #ddd;
	margin: 3px;
}

.-hd-los-player-full-page-headline {
	background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
	border-bottom: 3px solid #666;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

.-hd-los-player-full-page-ebel .-hd-los-player-full-page-headline {
	border-bottom-color: #2478b0;
}

.-hd-los-player-full-page-ebjl .-hd-los-player-full-page-headline {
	border-bottom-color: #0e7532;
}

.-hd-los-player-full-page-ebysl .-hd-los-player-full-page-headline {
	border-bottom-color: #ba0723;
}

.-hd-los-player-full-page-ahl .-hd-los-player-full-page-headline {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-player-full-page-ahl .-hd-los-player-full-page-headline {
	border-bottom-color: #2256a9;
}

.-hd-los-player-full-page-player-facts {
	background: #222;
	font-size: 11px;
}

.gantry .-hd-los-player-full-page-player-facts {
	background: #fff;
}

.-hd-los-player-full-page-player-fact-row {
	display: inline-block;
	width: 50%;
}

.-hd-los-player-full-page-player-fact-label {
	color: #ddd;
	display: inline-block;
	text-align: right;
	width: 40%;
}

.-hd-los-player-full-page-player-fact-label div {
	background-color: #333;
	margin: 1px 0 0 1px;
	padding: 3px 5px;
}

.gantry .-hd-los-player-full-page-player-fact-label div {
	background-color: #bbe4fa;
	color: #000;
}

.-hd-los-player-full-page-player-fact-value {
	color: #eee;
	display: inline-block;
	font-weight: bold;
	width: 60%;
}

.gantry .-hd-los-player-full-page-player-fact-value {
	color: #000;
}

.-hd-los-player-full-page-player-fact-value div {
	padding: 3px 5px;
}

.-hd-los-player-full-page-games-state {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	min-width: 30px;
	padding: 2px;
	text-align: center;
}

.-hd-los-player-full-page-games-state-W {
	background-color: #4c4;
}

.-hd-los-player-full-page-games-state-OTW {
	background-color: #484;
}

.-hd-los-player-full-page-games-state-L {
	background-color: #c44;
}

.-hd-los-player-full-page-games-state-OTL {
	background-color: #844;
}

.-hd-los-player-full-page-games-state-T {
	background-color: #888;
}

.-hd-los-player-full-page-games .-hd-label-LIVE .-hd-los-player-full-page-games-score {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
	color: #fff;
}

/*
 * Tabs
 */
.-hd-util-tabs {
	margin-top: 30px;
}

.-hd-util-tabs-buttons {
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.-hd-util-tabs-button {
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eeeeee 0, #dddddd 100%);
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #888;
	display: inline-block;
	line-height: 30px;
	margin-right: 1px;
	min-width: 80px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: bottom;
}

.-hd-util-tabs-button:hover {
	background-color: #ddd;
	background-image: linear-gradient(to bottom, #eeeeee 0, #cccccc 100%);
	text-decoration: none;
}

.-hd-util-tabs-button-active {
	background-color: #ddd;
	background-image: linear-gradient(to bottom, #eeeeee 0, #cccccc 100%);
	line-height: 32px;
}

.-hd-util-tabs-content {

}

.-hd-util-tabs-pane {
	display: none;
}

.-hd-util-tabs-pane-active {
	display: block;
}

.-hd-util-tabs-pane .-hd-util-tabs {
	margin-top: 10px;
}

.-hd-util-tabs-pane .-hd-util-tabs-buttons {
	border-bottom: none;
}

.-hd-util-tabs-pane .-hd-util-tabs-button {
	border-bottom: 1px solid #ccc;
	border-right: 0;
	line-height: 20px;
	margin-right: 0;
	min-width: 60px;
}

.-hd-util-tabs-pane .-hd-util-tabs-button:last-child {
	border-right: 1px solid #ccc;
}

.-hd-util-tabs-pane .-hd-util-tabs-button-active {
	line-height: 20px;
}

/*
 * Game Live Box
 */
#jm-maincontent .-hd-widget.-hd-los-game-live-box-wrapper {
	display: inline-block;
	margin: 10px 5px;
	width: 250px;
}

.-hd-los-game-live-box {
	border: 1px solid #333;
}

.-hd-los-game-live-box-game-info {
	background: #333;
	height: 80px;
	padding: 5px;
}

.-hd-los-game-live-box-team-home {
	float: left;
	position: relative;
	width: 25%;
}

.-hd-los-game-live-box-team-away {
	float: right;
	position: relative;
	width: 25%;
}

.-hd-los-game-live-box-score {
	margin: 0 auto;
	text-align: center;
	width: 50%;
}

.-hd-los-game-live-box-score-home, .-hd-los-game-live-box-score-away {
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	text-align: center;
	vertical-align: top;
	width: 40%;
}

.-hd-los-game-live-box-ebel .-hd-los-game-live-box-score-home, .-hd-los-game-live-box-ebel .-hd-los-game-live-box-score-away {
	color: #2478b0;
}

.-hd-los-game-live-box-ebjl .-hd-los-game-live-box-score-home, .-hd-los-game-live-box-ebjl .-hd-los-game-live-box-score-away {
	color: #0e7532;
}

.-hd-los-game-live-box-ebysl .-hd-los-game-live-box-score-home, .-hd-los-game-live-box-ebysl .-hd-los-game-live-box-score-away {
	color: #ba0723;
}

.-hd-los-game-live-box-ahl .-hd-los-game-live-box-score-home, .-hd-los-game-live-box-ahl .-hd-los-game-live-box-score-away {
	color: #3957a1;
}

.gantry .-hd-los-game-live-box-ahl .-hd-los-game-live-box-score-home, .gantry .-hd-los-game-live-box-ahl .-hd-los-game-live-box-score-away {
	color: #2256a9;
}

.-hd-los-game-live-box-score-divider {
	display: inline-block;
	font-size: 12px;
	height: 70px;
	line-height: 70px;
	vertical-align: top;
	width: 20%;
}

.-hd-los-game-live-box-score-divider span {
	background-color: #000;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 4px;
}

.-hd-los-game-live-box-ebel .-hd-los-game-live-box-score-divider span {
	background-color: #2478b0;
}

.-hd-los-game-live-box-ebjl .-hd-los-game-live-box-score-divider span {
	background-color: #0e7532;
}

.-hd-los-game-live-box-ebysl .-hd-los-game-live-box-score-divider span {
	background-color: #ba0723;
}

.-hd-los-game-live-box-ahl .-hd-los-game-live-box-score-divider span {
	background-color: #3957a1;
}

.gantry .-hd-los-game-live-box-ahl .-hd-los-game-live-box-score-divider span {
	background-color: #2256a9;
}

.-hd-los-game-live-box-team-name {
	color: #fff;
	font-size: 10px;
	height: 12px;
	left: 0;
	line-height: 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.-hd-los-game-live-box-team-logo {
	height: 50px;
	margin-top: 14px;
	text-align: center;
}

.-hd-los-game-live-box-team-logo img {
	max-height: 50px;
	max-width: 50px;
}

.-hd-los-game-live-box-game-state {
	background-color: #000;
	color: #fff;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
	margin: -5px -5px 5px;
	text-align: center;
}

.-hd-los-game-live-box-period-bar {
	border: 1px solid #fff;
}

.-hd-los-game-live-box-period-bar table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.-hd-los-game-live-box-period-bar td, .-hd-los-game-live-box-period-bar table tbody tr:nth-child(2n+1) td {
	background-color: #555;
	border-right: 1px solid #fff;
	height: 12px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.-hd-los-game-live-box-period-bar td:last-child, .-hd-los-game-live-box-period-bar table tbody tr:nth-child(2n+1) td:last-child {
	border-right: none;
}

.-hd-los-game-live-box-period-bar-fill {
	background-color: #333;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.-hd-los-game-live-box-period-bar .-hd-los-game-live-box-period-bar-active .-hd-los-game-live-box-period-bar-fill {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: pulsateLive;
	background-color: #f00;
}

.-hd-los-game-live-box-period-bar-label {
	bottom: 0;
	color: #aaa;
	left: 0;
	line-height: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.-hd-los-game-live-box-period-bar .-hd-los-game-live-box-period-bar-active .-hd-los-game-live-box-period-bar-label {
	color: #ffff00;
}

.-hd-los-game-live-box-period-stats {
	background-color: #333;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.-hd-los-game-live-box-period-stats > div {
	display: table-row;
}

.-hd-los-game-live-box-period-stats > div > div {
	color: #ddd;
	display: table-cell;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	width: 2%;
}

.-hd-los-game-live-box-period-stats > div > div:first-child {
	padding-left: 2px;
	text-align: left;
}

.-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {
	background-color: #000;
	font-weight: bold;
}

.-hd-los-game-live-box-ebel .-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {
	background-color: #2478b0;
}

.-hd-los-game-live-box-ebjl .-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {
	background-color: #0e7532;
}

.-hd-los-game-live-box-ebysl .-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {
	background-color: #ba0723;
}

.-hd-los-game-live-box-ahl .-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {
	background-color: #3957a1;
}

.gantry .-hd-los-game-live-box-ahl .-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {
	background-color: #2256a9;
}

.-hd-los-game-live-box-tabs {
	height: 250px;
	margin: 0;
	position: relative;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-buttons {
	border-bottom: 0;
	bottom: 0;
	display: table;
	height: 17px;
	left: 0;
	line-height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	table-layout: fixed;
	text-align: left;
	white-space: nowrap;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-button {
	background-image: none;
	border: none;
	border-top: 1px solid #ddd;
	display: table-cell;
	line-height: 16px;
	margin-right: 0;
	min-width: 0;
	padding: 0;
	text-align: center;
	width: 2%;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-button:hover {
	background-color: #fff;
	background-image: none;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-button-active {
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #fff;
	line-height: 16px;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-content {
	bottom: 17px;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 1px;
}

.-hd-los-game-live-box .-hd-util-intellitable-data th, .-hd-los-game-live-box .-hd-util-intellitable-data td {
	font-size: 11px;
	padding: 2px;
}

.-hd-los-game-live-box-team-stats .-hd-util-intellitable-data th,
.-hd-los-game-live-box-team-stats .-hd-util-intellitable-data td:nth-child(2),
.-hd-los-game-live-box-team-stats .-hd-util-intellitable-data td:nth-child(3) {
	text-align: center;
}

.-hd-los-game-live-box-game-fact-row {
	font-size: 11px;
	margin-top: 1px;
}

.-hd-los-game-live-box-game-fact-label {
	display: inline-block;
	text-align: right;
	width: 40%;
}

.-hd-los-game-live-box-game-fact-label div {
	background-color: #eee;
	padding: 2px 4px 2px 0;
}

.-hd-los-game-live-box-game-fact-value {
	display: inline-block;
	width: 60%;
}

.-hd-los-game-live-box-game-fact-value div {
	background-color: #f9f9f9;
	padding: 2px 0 2px 4px;
}

.-hd-los-game-live-box-ticker {
	line-height: 1em;
}

.-hd-los-game-live-box-ticker-action {
	clear: both;
	font-size: 11px;
	margin-bottom: 10px;
}

.-hd-los-game-live-box-ticker-action-team-logo {
	float: left;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
	width: 50px;
}

.-hd-los-game-live-box-ticker-action-team-logo img {
	height: auto;
	max-height: 40px;
	max-width: 40px;
	min-height: 40px;
	min-width: 40px;
	width: auto;
}

.-hd-los-game-live-box-ticker-action-headline {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
	padding: 6px 0 2px 2px;
	vertical-align: top;
	width: 170px;
}

.-hd-los-game-live-box-ticker-action-body {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 0 0 2px;
	vertical-align: top;
	width: 170px;
}

/*
 * Knockout Stage
 */
.-hd-los-knockout-stage-phase {
	padding: 40px 4px 4px;
	position: relative;
}

.gantry .-hd-los-knockout-stage-phase {
	border: none;
	padding: 40px 1px 4px;
}

.gantry .-hd-los-knockout-stage > table {
	border: none;
}

.-hd-los-knockout-stage-phase:hover {
	background-color: #efefef;
}

.gantry .-hd-los-knockout-stage-phase:hover {
	background-color: #fff;
}

.-hd-los-knockout-stage-phase-header {
	background-color: #333;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	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;
}

.gantry .-hd-los-knockout-stage-phase-header {
	background-color: #bae4fb;
	color: #000;
	font-size: 12px;
	margin: 1px;
}

.-hd-los-knockout-stage-ebel .-hd-los-knockout-stage-phase-header {
	background-color: #2478b0;
}

.-hd-los-knockout-stage-ebjl .-hd-los-knockout-stage-phase-header {
	background-color: #0e7532;
}

.-hd-los-knockout-stage-ebysl .-hd-los-knockout-stage-phase-header {
	background-color: #ba0723;
}

.-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-phase-header {
	background-color: #3957a1;
}

.gantry .-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-phase-header {
	background-color: #2256a9;
}

.-hd-los-knockout-stage-phase-encounter-header {
	background-color: #000;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.gantry .-hd-los-knockout-stage-phase-encounter-header {
	background-color: #1d53aa;
}

.-hd-los-knockout-stage-phase-encounter-info {
	background-color: #333;
	border-bottom: 5px solid #333;
	color: #fff;
	padding: 2px 4px 4px;
	text-align: center;
}

.gantry .-hd-los-knockout-stage-phase-encounter-info {
	background-color: #bae4fb;
	border-bottom: 5px solid #1d53aa;
	color: #000;
	font-size: .7rem;
}

.-hd-los-knockout-stage-ebel .-hd-los-knockout-stage-phase-encounter-info {
	border-bottom-color: #2478b0;
}

.-hd-los-knockout-stage-ebjl .-hd-los-knockout-stage-phase-encounter-info {
	border-bottom-color: #0e7532;
}

.-hd-los-knockout-stage-ebysl .-hd-los-knockout-stage-phase-encounter-info {
	border-bottom-color: #ba0723;
}

.-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-phase-encounter-info {
	border-bottom-color: #3957a1;
}

.gantry .-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-phase-encounter-info {
	border-bottom-color: #2256a9;
}

.-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 {
	width: 20%;
}

.-hd-los-knockout-stage-phase-encounter-standings {
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	width: 40%;
}

.-hd-los-knockout-stage-ebel .-hd-los-knockout-stage-phase-encounter-score > div {
	color: #2478b0;
}

.-hd-los-knockout-stage-ebjl .-hd-los-knockout-stage-phase-encounter-score > div {
	color: #0e7532;
}

.-hd-los-knockout-stage-ebysl .-hd-los-knockout-stage-phase-encounter-score > div {
	color: #ba0723;
}

.-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-phase-encounter-score > div {
	color: #3957a1;
}

.gantry .-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-phase-encounter-score > div {
	color: #2256a9;
}

.-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;
}

.gantry .-hd-los-knockout-stage-phase-encounter-team-logo img {
	max-height: 40px;
	max-width: 40px;
	min-height: 40px;
	min-width: 40px;
}

.-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 #aaa;
	border-top: none;
	margin-bottom: 10px;
}

.-hd-los-knockout-stage-phase-encounter-games .-hd-util-intellitable-data td {
	font-size: 10px;
	padding: 1px;
}

.gantry .-hd-los-knockout-stage-phase-encounter-games .-hd-util-intellitable-data td {
	padding: 3px 1px 3px 0;
}

.-hd-los-knockout-stage-phase-encounter-games .-hd-los-knockout-stage-score-divider {
	text-align: center;
}

.-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: #aaa;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	padding: 2px;
}

.-hd-los-knockout-stage-ebel .-hd-los-knockout-stage-overtime, .-hd-los-schedule-ebel .-hd-los-knockout-stage-shootout {
	background-color: #2478b0;
}

.-hd-los-knockout-stage-ebjl .-hd-los-knockout-stage-overtime, .-hd-los-schedule-ebjl .-hd-los-knockout-stage-shootout {
	background-color: #0e7532;
}

.-hd-los-knockout-stage-ebysl .-hd-los-knockout-stage-overtime, .-hd-los-schedule-ebysl .-hd-los-knockout-stage-shootout {
	background-color: #ba0723;
}

.-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-overtime, .-hd-los-schedule-ahl .-hd-los-knockout-stage-shootout {
	background-color: #3957a1;
}

.gantry .-hd-los-knockout-stage-ahl .-hd-los-knockout-stage-overtime, .gantry .-hd-los-schedule-ahl .-hd-los-knockout-stage-shootout {
	background-color: #2256a9;
}

/*
 * Knockout Stage Compact
 */
.-hd-los-knockout-stage-compact-phase-header {
	background-color: #333;
	color: #fff;
	padding: 8px 4px;
	text-align: center;
}

.gantry .-hd-los-knockout-stage-compact-phase-header {
	background-color: #bbe4fa;
	color: #000;
	font-size: .7rem;
	font-weight: bold;
	padding: 0;
}

.-hd-los-knockout-stage-compact-score-divider {
	text-align: center;
}

.-hd-los-knockout-stage-compact .-hd-util-intellitable-data .-hd-util-intellitable-inline-image {
	padding: 2px;
}

.-hd-los-knockout-stage-compact .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
	height: auto;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	width: auto;
}

.-hd-los-knockout-stage-compact .-hd-util-intellitable-data {
	line-height: 1em !important;
}

/*
 * hockeydata.util.Select
 */
.-hd-util-select {
	margin: 5px;
	max-width: 100%;
	width: 300px;
}

.-hd-util-select .-hd-util-select-display {
	background: #444;
	border: 1px solid #444;
	color: #fff;
	overflow: hidden;
	padding: 10px 25px 10px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.-hd-util-select .-hd-util-select-display:after {
	border: 6px solid transparent;
	border-top-color: #fff;
	content: "";
	height: 0;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 0;
}

.-hd-util-select.-hd-util-select-open .-hd-util-select-display:after {
	border-bottom-color: #fff;
	border-top-color: transparent;
	top: 10px;
}

.-hd-util-select .-hd-util-select-list {
	background: #444;
	border: 1px solid #444;
	max-height: 315px;
	overflow: auto;
}

.-hd-util-select .-hd-util-select-list > li {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #333;
	color: #fff;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.-hd-util-select .-hd-util-select-list > li.-hd-util-select-sub {
	padding-left: 20px;
}

.-hd-util-select .-hd-util-select-list > li:hover,
.-hd-util-select .-hd-util-select-list > li.-hd-util-select-selected {
	background: #4a4a4a;
}

.-hd-util-select .-hd-util-select-list > li.-hd-util-select-headline {
	background: #333;
}

/*
 * hockeydata.util.PopUp
 */
.-hd-util-pop-up.-hd-util-pop-up-left {
	width: 312px;
}

.-hd-util-pop-up.-hd-util-pop-up-right {
	width: 312px;
}

.-hd-util-pop-up.-hd-util-pop-up-right .-hd-util-pop-up-content {
	margin-left: 12px;
}

.-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-content {
	margin-right: 12px;
}

.-hd-util-pop-up .-hd-util-pop-up-content {
	background: #444;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

.-hd-util-pop-up .-hd-util-pop-up-arrow {
	border: 6px solid transparent;
	height: 0;
	margin: 0 auto;
	right: 10px;
	top: 14px;
	width: 0;
}

.-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-arrow,
.-hd-util-pop-up.-hd-util-pop-up-right .-hd-util-pop-up-arrow {
	left: 0;
	margin: -7px 0 0 0;
	position: absolute;
	right: auto;
	top: 50%;
}

.-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-arrow {
	left: auto;
	right: 0;
}

.-hd-util-pop-up.-hd-util-pop-up-bottom .-hd-util-pop-up-arrow {
	border-bottom-color: #444;
}

.-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-arrow {
	border-left-color: #444;
}

.-hd-util-pop-up.-hd-util-pop-up-right .-hd-util-pop-up-arrow {
	border-right-color: #444;
}

.-hd-util-pop-up.-hd-util-pop-up-top .-hd-util-pop-up-arrow {
	border-top-color: #444;
}

/*
 * Game Stream Button
 */
.-hd-game-stream-button {
    background: rgba(0,0,0,.5);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin: 0 1px;
    padding: 1px 4px;
    text-decoration: none;
}

.gantry .-hd-game-stream-button {
    background: #253b80;
}

.-hd-game-stream-button:hover {
    background: rgba(0,0,0,1);
    text-decoration: none;
}

.gantry .-hd-game-stream-button:hover {
	background: none;
	color: #253b80;
}

.-hd-game-stream-button img {
    height: auto;
    max-height: 20px;
    max-width: 100%;
    width: auto;
}

/*
 * Media Queries
 */
/* 0 - 480 */
@media only screen and (max-width: 480px) {
	/*
	 * Layout
	 */
	#jm-maincontent .-hd-widget {
		margin: 0;
	}

	/*
	 * Buttons
	 */
	.-hd-button {
		min-width: 40px;
		padding: 2px;
	}

	/*
	 * Tabs
	 */
	.-hd-util-tabs-button {
		min-width: 30px;
		padding: 0 4px;
	}

	/*
	 * IntelliTable
	 */
	.-hd-util-intellitable-data th {
		padding: 2px 1px;
	}

	.-hd-util-intellitable-data td {
		padding: 2px 1px;
	}

	.-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {
		height: auto;
		max-height: 15px;
		max-width: 15px;
		min-height: 15px;
		min-width: 15px;
		width: auto;
	}

	/*
	 * Schedule
	 */
	.-hd-los-schedule .-hd-los-schedule-score, .-hd-los-schedule .-hd-los-schedule-score-divider {
		font-size: 1em;
		font-weight: normal;
	}

	.-hd-los-schedule .-hd-los-schedule-team-name-short {
		display: table-cell;
	}

	.-hd-los-schedule .-hd-los-schedule-team-name-long {
		display: none;
	}

	/*
	 * Slider
	 */
	.-hd-util-slider .-hd-util-slider-inline-image img {
		height: 30px;
		margin-top: 15px;
	}

	.-hd-los-game-slider .-hd-los-game-slider-score {
		font-size: 14px;
	}

	/*
	 * Game Slider
	 */
	.-hd-los-game-slider .-hd-los-game-slider-score {
		line-height: 30px;
	}

	/*
	 * Full Game Report
	 */
	.-hd-los-game-full-report-team-name, .-hd-los-game-full-report-team-logo {
		height: 30px;
		line-height: 30px;
	}

	.-hd-los-game-full-report-team-logo img {
		max-height: 30px;
		max-width: 30px;
	}

	.-hd-los-game-full-report-team-name {
		font-size: 24px;
	}

	.-hd-los-game-full-report-score-home, .-hd-los-game-full-report-score-divider, .-hd-los-game-full-report-score-away {
		font-size: 24px;
		height: 30px;
		line-height: 30px;
	}

	.-hd-los-game-full-report-score-divider {
		line-height: 24px;
	}

	.-hd-los-game-full-report-score-divider span {
		border-radius: 2px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 2px;
	}

	.-hd-los-game-full-report-period-stats {
		margin-top: 10px;
	}

	.-hd-los-game-full-report-container {
		margin: 5px 0;
	}

	.-hd-los-game-full-report-container-data {
		margin: 0;
	}

	.-hd-los-game-full-report-game-fact-row {
		width: 100%;
	}

	/*
	 * Full Team Page
	 */
	.-hd-los-team-full-page-team-short-name {
		margin-left: 120px;
		margin-top: 0;
	}

	.-hd-los-team-full-page-team-long-name {
		margin-left: 120px;
	}

	.-hd-los-team-full-page-container {
		margin: 5px 0;
	}

	.-hd-los-team-full-page-container-data {
		margin: 0;
	}

	.-hd-los-team-full-page-team-fact-row {
		width: 100%;
	}

	/*
	 * Full Player Page
	 */
	.-hd-los-player-full-page-player-info {
		height: 35px;
	}

	.-hd-los-player-full-page-team-logo {
		height: 50px;
		margin: -10px;
		padding: 4px;
		width: 50px;
	}

	.-hd-los-player-full-page-ebel .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-ebjl .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-ebysl .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-ahl .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-team-logo img {
		max-height: 50px;
		max-width: 50px;
	}

	.-hd-los-player-full-page-player-portrait {
		height: 50px;
		padding: 5px 0 0 0;
		width: 50px;
	}

	.-hd-los-player-full-page-player-portrait img {
		height: 50px;
		transition: none;
		width: 36px;
	}

	.-hd-los-player-full-page-player-portrait:hover img {
		height: 50px;
		width: 36px;
	}

	.-hd-los-player-full-page-player-name {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		margin: 2px 50px 0 40px;
	}

	.-hd-los-player-full-page-player-jersey-no {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}

	.-hd-los-player-full-page-player-position {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}

	.-hd-los-player-full-page-container {
		margin: 5px 0;
	}

	.-hd-los-player-full-page-container-data {
		margin: 0;
	}

	.-hd-los-player-full-page-player-fact-row {
		width: 100%;
	}

	/*
	 * Leaders
	 */
	.-hd-los-leaders .-hd-los-leaders-col-playerName {
		white-space: normal;
	}

	/*
	 * Knockout Stage
	 */
	.-hd-los-knockout-stage-phase {
		display: block;
		width: 100%;
	}
}

/* 481 - 767 */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	/*
	 * Schedule
	 */
	.-hd-los-schedule .-hd-los-schedule-team-name-short {
		display: table-cell;
	}

	.-hd-los-schedule td.-hd-los-schedule-team-name-short {
		font-size: 2em;
		font-weight: bold;
	}

	.-hd-los-schedule .-hd-los-schedule-team-name-long {
		display: none;
	}

	/*
	 * Full Game Report
	 */
	.-hd-los-game-full-report-team-name, .-hd-los-game-full-report-team-logo {
		height: 30px;
		line-height: 30px;
	}

	.-hd-los-game-full-report-team-logo img {
		max-height: 30px;
		max-width: 30px;
	}

	.-hd-los-game-full-report-team-name {
		font-size: 24px;
	}

	.-hd-los-game-full-report-score-home, .-hd-los-game-full-report-score-divider, .-hd-los-game-full-report-score-away {
		font-size: 24px;
		height: 30px;
		line-height: 30px;
	}

	.-hd-los-game-full-report-score-divider {
		line-height: 24px;
	}

	.-hd-los-game-full-report-score-divider span {
		border-radius: 2px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 2px;
	}

	.-hd-los-game-full-report-period-stats {
		margin-top: 10px;
	}

	.-hd-los-game-full-report-game-fact-row {
		width: 100%;
	}

	/*
	 * Full Team Page
	 */
	.-hd-los-team-full-page-team-fact-row {
		width: 100%;
	}

	/*
	 * Full Player Page
	 */
	.-hd-los-player-full-page-player-info {
		height: 60px;
	}

	.-hd-los-player-full-page-team-logo {
		height: 75px;
		margin: -10px;
		padding: 4px;
		width: 75px;
	}

	.-hd-los-player-full-page-ebel .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-ebjl .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-ebysl .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-ahl .-hd-los-player-full-page-team-logo {
		background-color: transparent;
	}

	.-hd-los-player-full-page-team-logo img {
		max-height: 75px;
		max-width: 75px;
	}

	.-hd-los-player-full-page-player-portrait {
		height: 75px;
		padding: 5px 0 0 0;
		width: 75px;
	}

	.-hd-los-player-full-page-player-portrait img {
		height: 75px;
		transition: none;
		width: 54px;
	}

	.-hd-los-player-full-page-player-portrait:hover img {
		height: 75px;
		width: 54px;
	}

	.-hd-los-player-full-page-player-name {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
		margin: 20px 80px 0 65px;
	}

	.-hd-los-player-full-page-player-jersey-no {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}

	.-hd-los-player-full-page-player-position {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}

	.-hd-los-player-full-page-player-fact-row {
		width: 100%;
	}

	/*
	 * Knockout Stage
	 */
	.-hd-los-knockout-stage-phase {
		display: block;
		width: 100%;
	}
}

/* 768 - 979 */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	/*
	 * Layout
	 */
	#jm-maincontent .-hd-widget {
		margin: 0;
	}

	/*
	 * Slider
	 */
	.-hd-util-slider .-hd-util-slider-inline-image img {
		height: 30px;
		margin-top: 15px;
	}

	.-hd-los-game-slider .-hd-los-game-slider-score {
		font-size: 14px;
	}

	/*
	 * Game Slider
	 */
	.-hd-los-game-slider .-hd-los-game-slider-score {
		line-height: 30px;
	}

	/*
	 * Full Game Report
	 */
	.-hd-los-game-full-report-container {
		margin: 5px 0;
	}

	.-hd-los-game-full-report-container-data {
		margin: 1px;
	}

	/*
	 * Full Team Page
	 */
	.-hd-los-team-full-page-container {
		margin: 5px 0;
	}

	.-hd-los-team-full-page-container-data {
		margin: 1px;
	}

	/*
	 * Full Player Page
	 */
	.-hd-los-player-full-page-container {
		margin: 5px 0;
	}

	.-hd-los-player-full-page-container-data {
		margin: 1px;
	}
}

/* 980 - 1199 */
@media only screen and (min-width: 980px) and (max-width: 1199px) {

}

/* 1200 - */
@media only screen and (min-width: 1200px) {


}

/*
 * Animations
 */
@keyframes pulsateLive {
	0%   { background-color: #f00; }
	50%  { background-color: #a00; }
	100% { background-color: #f00; }
}

/* rewrite */