body
{
	background-image: url('../assets/images/background.jpg');
	background-repeat: no-repeat;
	background-size: 99% 99%;
	display: block;
	font-family: Arial;
}
#mainview
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#player-initials
{
	background-color: #AAAAAA;
	display: none;
	position: absolute;
	height: 40%;
	left: 35%;
	opacity: 0.9;
	padding-top: 20px;
	text-align: center;
	top: 30%;
	width: 30%;
	z-index: 1010;
}
#player-initials label
{
	color: #CC0000;
}
#scoreboard
{
	height: 90px;
	left: 0px;
	top: 0px;
}
#scoreboard,
#top-ten,
#mobile-instructions,
#desktop-instructions
{
	background-color: #AAAAAA;
	display: block;
	position: absolute;
	opacity: 0.5;
	width: 20%;
	z-index: 1000;
}
#top-ten
{
	width: 30%;
}
#mobile-instructions,
#desktop-instructions
{
	height: 50px;
	left: 0px;
	bottom: 0px;
	color: #CC0000;
	opacity: 1;
	text-align: center;
	padding-top: 10px;
}
#scoreboard h1,
#top-ten h1
{
	color: #CC0000;
	margin: 10px auto;
	text-align: center;
	text-decoration: underline;
}
#scoreboard p
{
	color: #CC0000;
	text-align: center;
}
#scores
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#top-ten p
{
	display: block;
	word-wrap: none;
}
#top-ten span
{
	color: #CC0000;
	text-transform: uppercase;
}
#top-ten
{
	top: 0px;
	height: 90px;
	right: 0px;
	text-align: justify;
}
.left-column
{
	margin-right: 25px;
}
@media (max-width: 1000px)
{
	body
	{
		font-size: 10px;
	}
	#scores
	{
		width: 80%;
	}
}
@media (max-width: 767px)
{
	body
	{
		font-size: 8px;
	}
	#scores
	{
		width: 90%;
	}
	.left-column
	{
		margin-right: 15px;
	}
}