@charset "utf-8";

.mainscene{
	width: 456px;
	height: 536px;
	text-align: center;
}

.box{
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
}

.canvasStyle{
	/*box-shadow: 3px 3px 5px gray;*/
	filter:         drop-shadow(5px 5px 3px #181818);
	-webkit-filter: drop-shadow(5px 5px 3px #181818);
	-moz-filter:    drop-shadow(5px 5px 3px #181818);
	-ms-filter:     drop-shadow(5px 5px 3px #181818);
	-o-filter:      drop-shadow(5px 5px 3px #181818);
	background: white;
	margin-top: 6px;
	margin-top: 8px;
	top: 0px;
}

.controlPanelBack{
	display: inline-block;
	width: 204px;
	margin: 4px;
	padding: 4px;
	vertical-align: middle;
}

.hide{
	visibility: hidden;
	position: absolute;
}

.sldr {
	display: inline-block;
	position: relative;
	width: 120px;
}

.topContainer{
	width: 200px; height: 200px;
	margin-left: 7px;
	margin-right: 7px;
	top: 10px;
}

.topControlContainer{
	height: 70px;
}

#backgroundSegment{
	width: 184px;
}

#backgroundSegment > div{
	width: 181px;
	height: 26px; 
}

#boxContainer{
	position: absolute;
	top: 20px; left: 13px; 
	width: 175px; height: 175px;
}

#colorSegment > div{
	height: 26px;
	padding: 0px 8px;
}

#displaySegment > div{
	width: 124px; height: 26px; 
}

#dropDown{
	width: 195px; height: 30px; 
	font-size: 12px;
}

#topWindow{
	width: 100%; height: 200px;
}

#topWindow > *{
	position: relative;
	display: inline-block;
}

.controlText {
	margin: 4px;
}

div#displaySegment > div {
	width: 160px;
}

#tutorialTitle {
	margin: 13px auto 4px auto !important;
}

