@charset "utf-8";

.mainscene {
	height: 510px;
	text-align: center;
}

.splashBackground {
	-moz-transform: scale(.9, .9);
	-ms-transform: scale(.9, .9);
	-o-transform: scale(.9, .9);
	-webkit-transform: scale(.9, .9);
	transform: scale(.9, .9);
}

.labelText {
	position: relative;
	display: inline-block;
	top: 5px;
	width: 180px;
}

.mainWindow2 {
	width: 90%; height: 42%;
	display: inline-block;
	margin-top: 5px;
}

#specimenLbl {
	left: -10px;
	margin-bottom: 5px;
}

#histogramLbl {
	left: 15px;
}

#specimenContent {
	position: relative;
	left: -14px; top: 5px;
	width: 175px; height: 175px;
	background: none;
	border: none;
}

#specimenCan {
	position: absolute;
	left: 0px; top: 0px;
}

#histogramContainer {
	position: relative;
	left: 10px; top: -5px;
	width: 160px; height: 160px;
	display: inline-block;
	background-color: transparent;
	border: solid 2px #999999;

}

#histogramCan {
	position: absolute;
	left: 0px; top: 0px;
	width: 160px; height: 160px;
}

#histogramYAxisContainer {
	position: absolute;
	left: -60px; top: -26px;
	width: 120px; height: 210px;
}

#histogramYAxisContainer >* {
	width: 20px
}

#histogramYAxisContainer > *:last-child {
	left: -10px;
	width: 100px;
	margin: 80px 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
}

#histogramXAxisContainer {
	position: absolute;
	left: -25px; top: 160px;
	width: 210px;
}

#histogramXAxisContainer >* {
	width: 20px
}

#histogramXAxisLbl {
	width: 100px;
	margin: 0 15px;
}

#graphBack {
	position: relative;
	left: 265px; top: -10px;
	width: 130px; height: 142px;
	display: block;
}

#graphTitle {
	display: block;
	left: 5px; top: 5px;
	width: 110px;
}

#graphCan {
	position: relative;
	left: 0px;
	width: 100px; height: 100px;
	margin-top: 12px;
	border: solid 2px #999999;
}

#graphYAxisContainer {
	position: absolute;
	left: -70px; top: 10px;
	width: 120px; height: 210px;
}

#graphYAxisContainer >* {
	width: 20px
}

#graphYAxisLbl {
	width: 100px;
	margin: 35px 15px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
}

#graphYAxisContainer > *:last-child {
	text-align: right;
}

#graphXAxisContainer {
	position: absolute;
	left: -5px; top: 131px;
	width: 140px;
}

#graphXAxisContainer >* {
	width: 20px
}

#graphXAxisLbl {
	width: 70px;
	margin: 0 5px 0 -5px;
}

#selectBack {
	position: absolute;
	left: 24px; top: 285px;
}

#segmentBack {
	position: absolute;
	left: 15px; top: 346px;
}

.controlPanelBack {
	display: inline-block;
	margin: 12px 3px;
	padding: 8px;
	text-align: center;
}

#specimenSelect {
	display: inline-block;
	position: relative;
	width: 190px; height: 25px;
}

#displaySegment > div {
	height: 26px; 
	padding: 0 8px;
}

#cutoffSldrBack {
	margin-top: 15px;
}

#cutoffSldrLbl {
	left: 125px;
	width: 140px;
	text-align: center;
	display: inline-block;
}

#cutoffSldr {
	display: inline-block;
	position: relative;
	width: 360px;
}
