/****************************************************************************/
/* Live scoreboard styles.                                                  */
/****************************************************************************/

#scoreboardSpacer {
	margin-bottom: 2.5em;
}

#scoreboardContainer {
	border-top: 1px solid #000000;
	bottom: 0px;
	color: #ffffff;
	font-size: 10px;
	font-size: 12px;
	left: 0px;
	line-height: normal;
	text-align: center;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#scoreboardContainer a,
#scoreboardContainer a:active,
#scoreboardContainer a:hover,
#scoreboardContainer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#scoreboardContainer td {
	padding: 0px;
}

#scoreboard {
	background-image: url("../graphics/smokedGlassBg.png");
	width: 100%;
}

#scoreboard table {
	empty-cells: show;
	margin: auto;
	text-align: left;
}

#scoreboard table td {
	padding: 1px 2px;
}

#scoreboard table table td {
	padding: 0px 5px;
}

#scoreboard td.leftEdge {
	border-left: 1px solid #000000;
}

#scoreboard .highlight {
	color: #fcfc82;
}

#scoreboard .redZone {
	background-color: #800000;
}

#scoreboardTab {
	background-color: #000000;
	background-image: url("../graphics/scoreboardTabBg.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 2px 1em;
}

#scoreboardTab .arrow {
	font-size: 8px;
}

/* Possession icon appended after team name */
#scoreboard .teamName.poss::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	vertical-align: text-top;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23ffffff' d='M325.1 86.6C236.1 104.6 174.6 150 135.1 210.5C111.8 246.1 97 285.8 88.4 326L315.9 553.4C404.9 535.4 466.4 490 506 429.5C529.3 393.9 544.1 354.2 552.7 314L325.1 86.6zM561.1 254.7C564.3 212.4 561.8 171.4 556.3 136C551.9 108.2 529.5 88 503.2 84.4C460.2 78.5 421 76.9 385.4 79L561.1 254.6zM255.7 561.1L79.9 385.4C76.7 427.7 79.2 468.7 84.7 504.1C89.1 531.9 111.5 552.1 137.8 555.7C180.8 561.6 220 563.2 255.6 561.1zM335.5 207C344.9 197.6 360.1 197.6 369.4 207L433.4 271C442.8 280.4 442.8 295.6 433.4 304.9C424 314.2 408.8 314.3 399.5 304.9L335.5 240.9C326.1 231.5 326.1 216.3 335.5 207zM271.5 271C280.9 261.6 296.1 261.6 305.4 271L369.4 335C378.8 344.4 378.8 359.6 369.4 368.9C360 378.2 344.8 378.3 335.5 368.9L271.5 304.9C262.1 295.5 262.1 280.3 271.5 271zM207.5 335C216.9 325.6 232.1 325.6 241.4 335L305.4 399C314.8 408.4 314.8 423.6 305.4 432.9C296 442.2 280.8 442.3 271.5 432.9L207.5 368.9C198.1 359.5 198.1 344.3 207.5 335z'/></svg>");
}

/*---------------------------------------------------------------------------*/
/* Print styles.                                                             */
/*---------------------------------------------------------------------------*/

@media print {

	#scoreboardSpacer,
	#scoreboardContainer {
		display: none;
	}
}


