@charset "utf-8";

body {
	/* width: 388px; */
	height: 700px;
	text-align: center;
}

.mainWindow {
	position: relative;
	display: inline-block;
	width: 367px; height: 465px;
}

.splashBackground {
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

.canWrap {
	position: absolute;
	top: -8px;
	left: -5px;
}

.canWrap > canvas {
	position: absolute;
	width: 330px;
	height: 430px;
	top: 20px;
	left: 20px;
}

.diagramTextBlack > div {
	position: absolute;
}


/*beginning of label text*/

#topTransAxis {
	left: 30px;
	top: 55px;
}

#emrgWave {
	left: 275px;
	top: 140px;
}

#analyzer {
	left: 222px;
	top: 32px;
}

#objPrism {
	left: 48px;
	top: 100px;
}

#object {
	left: 50px;
	top: 165px;
}

#specimen {
	left: 45px;
	top: 206px;
}

#condenser {
	left: 40px;
	top: 245px;
}

#condPrism {
	left: 39px;
	top: 285px;
}

#QtWavePlate {
	left: 26px;
	top: 325px;
	width: 86px;
}

#priAxes {
	width: 75px;
	left: 266px;
	top: 244px;
	opacity: 1;
}

#polar {
	left: 182px;
	top: 385px;
}

#nonPolar {
	width: 115px;
	left: 110px;
	top: 410px;
}

#bottomTransAxis {
	left: 30px;
	top: 390px;
}

/*end of label text*/


.controlPanelBack {
	/* margin-bottom: 8px; */
	position: relative;
	display: inline-block;
	margin: 4px;
	padding: 4px;
	vertical-align: middle;
}

.controlText {
	margin: 4px auto;
}

#rotationSldr {
	display: inline-block;
	position: relative;
	width: 150px;
}

#gradientSldr {
	display: inline-block;
	position: relative;
	width: 150px;
}

#segment > div {
	padding: 5px 0;
	width: 115px;
}

#segmentBox {
	position: absolute;
	top: 309px; right: 0px;
	width: 122px;
	padding: 4px;
}

#speedSldr {
	display: inline-block;
	position: relative;
	width: 150px;
}
.tutorialTitleText {
	font: bold 20px/1 Arial;
}
