@charset "utf-8";

.mainscene{
	width: 380px;
	height: 420px;
	text-align: center;
}

.splashBackground {
	-moz-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	-webkit-transform: scale(.8, .8);
	transform: scale(.8, .8);
}

.arrow{
	width: 15px; height: 7px;
}

.bottomContainer{
	height: 50px;
}

.btn {
	display: inline-block;
	position: relative;
	width: 30px; height: 24px;
}

.controlBack {
	text-align: center;
}

.controlPanelBack{
	display: inline-block;
	margin: 4px;
	padding: 4px;
	vertical-align: middle;
}

.well{
	background-color: #DDDDDD;
}

#botBtnImg{
	margin-bottom: 0px;
}

#btnContainer{
	position: absolute;
	top: 81px; right: -49px;
	width: 83px;
}

#dropDown{
	width: 120px; height: 28px;
	margin-top: 2px;
}

#parallelRegister{
	margin-right: 65px;
}

#psrTitle{
	position: absolute;
	top: 230px; left: 26px;
}

#segment > div { 
	height: 26px; 
	padding: 0 8px;
}

#ssrTitle{
	position: absolute;
	top: -15px; left: 30px;
}

#sumWell{
	position: absolute;
	width: 40px; height: 40px; 
	border: 2px solid black;
	top: 0px; right: -5px;
}

#swTitle{
	position: absolute;
	top: -27px; left: 197px;
}

#topBtnImg{
	margin-bottom: 1px;
}

#topWindow{
	position: relative;
	display: inline-block;
	margin-top: 31px;
	margin-right: 15px;
	width: 240px; height: 225px;
}

table{
	position: relative;
	display: inline-block;
	margin-bottom: 10px; 
	margin-right: 65px;
	margin-left: 0px;
}

td {
	border: 2px solid black;
	width: 40px; height: 40px;
	table-layout: fixed;
	max-width: none;
}
