@charset "utf-8";

body {
	height: 465px;
	text-align: center;
}

.tutorialTitle {
	height: 41px;
}

.specContainer {
	float: left;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 40px;
}

.specimenImage {
	height: 175px;
	position: relative;
	width: 175px;
}

.specimenImage > canvas {
	height: 175px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 175px;
}

.specArrow {
	height: 26px;
	left: 11px;
	position: absolute;
	top: 140px;
	width: 26px;
}

.specArrowX {
	left: 12px;
	position: absolute;
	text-shadow: none;
	top: 154px;
}

.shearContainer {
	float: right;
	display: inline-block;
}

.shearContainer > .whiteWindow {
	border: solid 2px black;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/*overflow: hidden;*/
	position: relative;

	width: 179px;
}

.shearTitle {
	top: 3px;
	position: relative;
}

.shearText {	
	margin: 10px 0;
	position: relative;
	width: 179px;
}

.shearVertText {
	left: -20px;
	top: 100%;
	position: absolute;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ampContainer > .shearVertText {
	width: 153px;
}

.opdContainer > .shearVertText {
	width: 103px;
}

.ampContainer {
	height: 153px;
}

.opdContainer {
	height: 103px;	
	/*margin-top: 20px;*/
}

.whiteWindow > canvas {
	left: 0px;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
}

#ampCan {
}

#opdCan {
}

.controlBack {
	height: 65px;
}

.controlPanelBack {
	display: inline-block;
	float: left;
	height: 55px;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	/*top: 5px;*/
	width: 180px;
}

.samplePanelBtn {
	width: 80px;
}

#btnPause {
	display: inline-block;
	height: 26px;
	position: relative;
	margin-top: 14px;
	width: 70px;
}

.samplePanelSelect {
	width: 210px;
}

#selectSpecimen {
	height: 24px;
	margin-top: 7px;
	width: 180px;
}

#sliderSpeed {
	display: inline-block;
	margin-top: 5px;
	position: relative;	
	width: 150px;
}

#frameRate {
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	font-size: 20px;
}
