@CHARSET "UTF-8";

/* General */

div.event {
	height: 700px;
}

#main {
	/* Disable double-click highlighting on the board*/
	-moz-user-select: none; /*Firefox*/
	-ms-user-select: none; /*IE10+*/
	-webkit-user-select: none; /*Chrome,Safari*/        
	float: left;
	height: 650px;
	margin-right: 0px;
	padding: 0px;
	position: relative;
	width: 800px;
}

.red{
	color: #8F0000;
}

.yellow{
	color: #C0C000;
}

/* Sidebar */

#side{
	float: right;
	height: 450px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 120px;
	padding: 10px;
	width: 150px;
}

#reset{
	background-color: #A3C2FF;
	border: 2px solid #00003D;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
	color: #00003D;
	font-size: 25px;
	height: 50px;
	margin-left: 0px;
	margin-top: 10px;
	width: 130px;
}

p.info{
	font-size: 20px;
	white-space: pre;
}

label.radio-label{
	font-size: 17px;
}

/* Winner Banner */

#winner{
	font-size: 50px;
	font-style: bold;
	height: 50px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	width: 780px;
}

/* Pointers */

#pointers{
	height: 70px;
	left: 10px;
	position: absolute;
	top: 50px;
	width: 780px;
}

div.point{
	float: left;
	height: 580px;
	left: 35px;
	margin-right: 31px;
	padding: none;
	position: relative;
	width: 75px;
}

/* Board */

#board{
	border: 2px solid #00007A;
	float: left;
	height: 490px;
	left: 10px;
	position: absolute;
	top: 120px;
	width: 780px;
}