body, html  {
	background-color: #4198e9;
	font-family: Avenir, sans-serif;
	color: white;
	font-size: 16px;
}

button  {
	font-size: 18px;
	border-radius: 100px;
	border: 1px solid #eee;
	background-color: white;
	padding: 20px 40px;
	font-weight: bold;
	color: #1f2447;
	cursor: pointer;
	margin-top: 50px;
}
button:hover  {
	background-color: #eee;
}
h1  {
	font-size: 60px;
	text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.5);
}
a, a:visited  {
	color: white;
}
a:hover  {
	color: #eee;
}

.SGtargetStyle  {
	height: 50px;
	width: 50px;
	border: 10px solid white;
	background-color: red;
	border-radius: 100px;
	position: absolute;
}

.SGtargetTop  {
	top: 100px;
	cursor: crosshair;
}

#score, #timer, #round  {
	position: absolute;
	top: 45px;
	right: 250px;
	color: white;
	font-size: 48px;
	font-weight: bold;
}
#timer, #round  {
	top: 100px;
	font-size: 30px;
}
#round  {
	top: 15px;
}
#playerScore, #timeLeft, #roundNumber, #score, #timer, #round  {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


.dontWatchMeDoThings  {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #4198e9;
	z-index: 9001;
	text-align: center;
}


.finalScore  {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #4198e9;
	z-index: 9002;
	color: white;
	text-align: center;
	font-size: 18px;
}
div.finalScore p span  {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 30px;
}