@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	margin-top: 0.5em;
	font-size: 1em;
	font-weight: bold;
}

ul {
	padding:0 5px 0 10px;	
}

#chart {
	position: relative;
	background: #f0f0f0;
	padding: 10px;
	font-size: 0.75em
}

#chart h1 {
	margin-top: 0;
}

.lines {
	position: absolute;
}

.node {
	position: absolute;
	margin: 10px;
	padding: 10px;
	/*background: #FFFFFF;
	border: 1px #a1a1a1 solid;*/
	cursor: default;
}

.option {
	position: absolute;
	margin: 10px;
	width: 100px;
	padding: 10px;
	background: #f0f0f0;
	border: 1px #a1a1a1 solid;
	cursor: pointer;
}

#scoreboard {
	position: relative;
	top: 40px;
	font-size: 1.5em;
	font-weight: bold;
}