﻿div.mainContainer
{
	position : relative;
	width    : 950px;
	height   : 600px;
}


canvas.canvas
{
	position   : absolute;
	width      : 600px;
	height     : 600px;
	left       : 0px;
	top        : 0px;
	background : black;
	border     : medium white solid;
}


div.controlPanel
{
	position : absolute;
	width    : 400px;
	height   : 600px;
	left     : 620px;
	top      : 0px;
}


.numberAdjusterDivClass
{
	display  : inline-block;
	width    : 400px;
	height   : 50px;
	padding  : 2px;
}


.numberAdjusterSpanClass
{
	height         : 40px;
	width          : 60px;
	margin-right   : 8px;
	display        : inline-block;
	text-align     : center;
	vertical-align : middle;
	font-size      : x-large;
	font-weight    : bold;
}


.numberAdjusterButtonClass
{
	height         : 40px;
	width          : 50px;
	margin-right   : 8px;
	vertical-align : middle;
	background     : black;
	color          : gray;
	font-size      : x-large;
	font-weight    : bold;
	border         : medium gray solid;
}


.numberAdjusterTextClass
{
	height         : 40px;
	width          : 60px;
	margin-right   : 8px;
	display        : inline-block;
	vertical-align : middle;
	text-align     : center;
	font-size      : x-large;
	border         : medium gray solid;
}


.yellow
{
	color : yellow;
}


.blue
{
	color : blue;
}


.white
{
	color : white;
}

