/*main.css*/

/*
		<div class="klapp-controls">
			<form class="cluster-controls">
				<input type="range" name="input-circle" />
				<input type="range" name="input-level" />
				<input type="range" name="input-segment" />
			</form>>
		</div>

*/

body { 
	margin: 0;
	padding: 0; 
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	overflow: hidden;
	background: #000;
}

canvas { width: 100%; height: 100%; }

#newWindow {
	display: block;
	position: absolute;
	bottom: 0.3em;
	left: 0.5em;
	color: #fff;
}

div.klapp-controls {
	position: absolute;
	right: 1em;
	/*top: 2em;*/
	text-align: left;
	background: #234;
	padding: 0 0.5em 0.8em 1em;
	min-width: 18em;
	bottom: 1em;
	opacity: 0.8;
	border-radius: 1em;
}

div.klapp-controls label {
	padding-left: 1em;
	display: inline-block;
	font-size: 0.85em;
}

div.klapp-controls input {
	width: 140px;
	padding: 0;
	display: inline-block;
}

div.klapp-controls a:hover {
	font-weight: bold;
	color: #eee;
}

div.klapp-controls ul#statesLists {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.klapp-controls ul li {
	margin-top: 0.5em;
	font-size: 0.8em
}

div.klapp-controls ul li a {
	text-decoration: none;
}
div.klapp-controls ul li a:hover {
	text-decoration: underline;
}
body * {
	color: #ccc;
	font-family: Arial, sans-serif;
}