﻿.mainContainerDivClass
{
	position : relative;
	width    : 820px;
	height   : 400px;
}


.controlPanelDivClass
{
	position : absolute;
	width    : 400px;
	height   : 400px;
	left     : 420px;
	top      : 0px;
}


.displayPanelDivClass
{
	position : absolute;
	width    : 400px;
	height   : 400px;
	left     : 0px;
	top      : 0px;
}


.canvasClass
{
	position   : absolute;
	width      : 400px;
	height     : 400px;
	left       : 0px;
	top        : 0px;
	background : black;
	border     : medium gray solid;
}


.numberAdjusterDivClass
{
	display       : inline-block;
	width         : 400px;
	height        : 70px;
	padding       : 2px;
	text-align    : left;
	margin-bottom : 18px;
}


.numberAdjusterSpanClass
{
	text-align     : center;
	margin-right   : 8px;
	display        : inline-block;
	text-align     : center;
	vertical-align : middle;
	font-size      : x-large;
	font-weight    : bold;
}


.numberAdjusterButtonClass
{
	height         : 40px;
	width          : 60px;
	margin-right   : 8px;
	vertical-align : middle;
	border         : medium gray solid;
	font-weight    : bold;
	font-size      : x-large;
}


.numberAdjusterTextClass
{
	width          : 60px;
	height         : 40px;
	margin-right   : 8px;
	display        : inline-block;
	vertical-align : middle;
	text-align     : center;
	font-size      : x-large;
	font-weight    : bold;
	border         : medium gray solid;
}
