.-hd-widget.-hd-los-game-live-box-wrapper {
	display: inline-block;
	margin: 10px 5px;
	width: 280px;
}

.-hd-los-game-live-box {
	border: 1px solid rgba(0, 0, 0, .4);
}

.-hd-los-game-live-box-game-info {
	background-color: rgba(0, 0, 0, .2);
	height: 90px;
	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-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: rgba(0, 0, 0, .4);
	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-team-name {
	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 {
	font-size: 10px;
	margin: -5px -5px 5px;
	text-align: center;
}

.-hd-los-game-live-box-period-bar {
}

.-hd-los-game-live-box-period-bar table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}

.-hd-los-game-live-box-period-bar td {
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	height: 14px;
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.-hd-los-game-live-box-period-bar td:last-child {
	border-right: none;
}

.-hd-los-game-live-box-period-bar-fill {
	background-color: rgba(0, 0, 0, .4);
	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: 14px;
	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: rgba(0, 0, 0, .2);
	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 {
	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: rgba(0, 0, 0, .4);
	font-weight: bold;
}

.-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: 21px;
	left: 0;
	line-height: 20px;
	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-color: rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(0, 0, 0, .4);
	display: table-cell;
	font-size: 12px;
	line-height: 20px;
	margin-right: 0;
	min-width: 0;
	padding: 0;
	text-align: center;
	width: 2%;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-button-active {
	background-color: transparent;
	border-left: 1px solid rgba(0, 0, 0, .4);
	border-right: 1px solid rgba(0, 0, 0, .4);
	border-top: none;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-button-active:first-child {
	border-left: none;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-button-active:last-child {
	border-right: none;
}

.-hd-los-game-live-box-tabs .-hd-util-tabs-content {
	bottom: 21px;
	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-left: 1px;
	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: rgba(0, 0, 0, .2);
	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 {
	padding: 2px 0 2px 4px;
}

.-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: 200px;
}

.-hd-los-game-live-box-ticker-action-body {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 0 0 2px;
	vertical-align: top;
	width: 200px;
}