html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	background: black;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#control_panel
{
	width: 100%;
	height: 99px;
	border-top: 1px solid #666;
	background: #999;
	background-image: linear-gradient(to bottom, hsl(0,0%,60%) 0%, hsl(0,0%,20%) 80%);
	font-family: monospace;
	bottom: 0px;
	margin: 0;
	overflow-x: auto;
}

#control_panel .container
{
	width: 960px;
	margin: 8px auto;
}

canvas
{
	margin: 0 auto;
	padding: 0;
}

header
{
	height: 23px;
	border-bottom: 1px solid #666;
	background: #111;
	color: #0e0;
}

p
{
	margin: 0;
	padding: 0;
}

.settings, #functions
{
	float: left;
	display: inline-block;
	width: 320px;
}

#render_notice
{
	position: absolute;
	color: white;
	top:24px;
	left:0;
	background: black;
	font-family: monospace, fixed;
}

#save_prompt_cont
{
	background:rgba(200,200,200,0.5);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	text-align: center;
}

#save_prompt
{
	border: 4px ridge white;
	background: #777;
	width: 600px;
	height: 400px;
	margin: 100px auto;
	overflow: auto;
	padding-bottom: 20px;
	box-shadow: 10px 10px 20px #000;
}

#save_prompt h2
{
	font-family: arial;
	color: #0d0;
	background: #111;
	margin: 10px 0;
}

#save_params_tbl
{
	margin: 0 32px;
}

#save_params_tbl tr td:first-child
{
	text-align: right;
}

#save_params_tbl tr:nth-child(odd)
{
	background: #aaa;
}

#save_params_tbl th
{
	background: #000;
	color: #0d0;
}

header nav
{
	position: absolute;
	top: 2px;
	left: 2px;
}

a, a:visited
{
	color: #99ffff;
}
header h1
{
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
	font-style: sans-serif;
	width: 100%;
	text-align: center;
}
