@charset "utf-8";

.mainscene{
	width: 450px;
	height: 387px;
	text-align: center;
}

.specimenWindow{
	margin-top: 8px;
	background: white;
	width: 340px;
	height: 227px;
	display: inline-block;
	position: relative;
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
}

.diagramTextWhite{
	display: block;
}

.slider{
	display: inline-block;
	position: relative;
	width: 148px;
}

.controlText {
	margin: 3px;
}

.controlPanelBack{
	position: relative;
	display: inline-block;
	width: 200px;
	margin: 6px;
	padding: 6px;
}

#equationReadOut{
	top: 126px;
	width: 100%;
	display: block;
}

#imgCanvas{
	position: absolute;
	left: 92px;
	top: 20px;
	width: 162px;
	height: 83px;
}
#waveCanvas{
	position: absolute;
	left: 18px;
	top: 25px;
	width: 300px;
	height: 80px;
}
#midCanvas{
	position: absolute;
	top: 25px;
	width: 159px;
	height: 80px;
	left: 92px;
}
#leftCanvas{
	position: absolute;
	width: 76px;
	height: 80px;
	top: 25px;
	left: 17px;
}
#matReadOut{
	position: absolute;
	text-align: center;
	left: 0;
	top: 106px;
	width: 100%;
}
#bufferMask{
	position: absolute;
	height: 54px;
	width: 154px;
	left: 93px;
	top: 34px;
	background: white;
	opacity: 0.3;
	z-index: 2;

}

