body
{
	background-color:#333;
	position:relative;
	overflow:hidden;
}

	canvas
	{
		top:0;
		width:100%;
		height:100%;
		background-color:#333;
		cursor:-webkit-grab !important;
		cursor:-moz-grab !important;
		cursor:grab !important;
	}

	canvas.grabbing
	{
		cursor:-webkit-grabbing !important;
		cursor:-moz-grabbing !important;
		cursor:grabbing !important;
	}

	.invisible
	{
		position:absolute;
	}

	form
	{
		top:10px;
		left:10px;
		position:absolute;
		color:#FFF;
	}

		tr
		{
			line-height:23px;
		}

		th
		{
			text-align:right;
		}

		td
		{
			text-align:left;
			padding-left:5px;
		}

		input[type="range"]::-webkit-slider-thumb
		{
			background:#DDD;
		}

		input[type="range"]::-moz-range-thumb
		{
			background:#DDD;
		}

			button
			{
				height:16px;
				background-color:#DDD;
				color:#262626;
				min-width:16px;
				text-align:center;
				border-radius:8px;
				line-height:0;
				vertical-align:middle;
				margin-right:5px;
			}

			button:hover
			{
				font-size:16px;
			}

			button[type="submit"]
			{
				width:50px;
			}