body { 
	margin: 0 auto;
	padding: 0;
	height: 100%;
	
	font-size: 16px;
	
	//background: radial-gradient(circle, var(--bgBlue), var(--bgNavy), var(--bgNavyDark));
	background: radial-gradient(circle, var(--bgNavy), var(--bgNavyDark)) !important;
	background-attachment: fixed !important;
}

#index {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#contentFrame {
	position: relative;
	top: 120px;
	width: var(--contentWidth);
	margin: 0 auto;
}

#contentFrame .embed {
	position: absolute;
	width: 100%;
	/*height: 1500px; /* temp height for testing offline, JS will resize frame accordingly */
	top: 0px;
	margin: 0 auto;

	border: 0px;
}

.header2{
	padding: 8px 0px 8px 0px;
	
	font-family: 'Acme', Verdana;
	font-size: 22px;
	text-align: center;
	text-decoration: underline;
	
	color: #FFF;
}

.footer{
	padding: 8px 0px 8px 0px;
	
	font-family: 'Open Sans', Verdana;
	font-size: 12px;
	text-align: center;
	
	color: var(--lightBlue);
	color: #FFF;
}

.loadingicon{
}

.stickystatsheader {
	display: none;
	z-index: 1;
	padding: 0px;
	position: fixed;
	width: calc(100% - 16px);
	margin-left: calc(-50% + 8px);
	left: 50%;
	top: 118px;
}

.seasonstatsheader{
	margin: auto;
	width: 100%;
	max-width: 600px;
	padding: 0px;
	
	font-family: 'Acme', Verdana;
	text-align: center;
	overflow: hidden;
	border-collapse: collapse;
}

.seasonstatsheader td{
	height: 24px;
	width: 32px;
	min-width: 32px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	font-size: 14px;
	
	background-color: #FFF;
	border: 2px solid #FFF;
}

.seasonstatsheader .name{
	width: auto;
	min-width: 130px;
	text-align: left;
	padding: 0px 8px;
	
	color: var(--red);
}

.seasonstatsheader a {
	text-decoration: none;
	color: var(--red);
}

.seasonstatsheader a:hover {
	color: var(--bgNavy);
}

@media screen and (max-width: 1420px) /*+20 to cover scrollbar width*/
{
	#index {
		width: 100%;
	}
	
	#contentFrame  {
		width: 100%;
	}
}

@media screen and (max-width: 846px)
{
	#contentFrame {
		top: 90px;
	}
	
	.stickystatsheader {
		top: 88px;
	}
}

@media screen and (max-width: 520px)
{	
	.seasonstatsheader td{
		height: 22px;
		width: 22px;
		min-width: 22px;
	}
}

@media screen and (max-width: 370px)
{
	.stickystatsheader .goalcols{
		display: none;
	}
}
