@charset "utf-8";

body {
	width: 445px; height: 495px;
	text-align: center;
}

.specimenImage {
	width: 175px; height: 175px;
}

.specimenImage > *{
	display: inherit;
	position: absolute;
	left: 2px;
	width: 175px; height: 175px;
}

.histWindow {
	margin-left: 35px;
}

.hist {
	width: 168px; height: 168px;
}

.diagramTextWhite {
	position: relative;
	display: inline;
}

#yAxisLblContainer {
	left: -30px;
	width: 20px; height: 168px;
}

#yAxisLblContainer > * {
	display: inline-block;
}

#histMaxLbl {
	width: 27px;
	text-align: right;
}

#yAxisLbl {
	left: -20px; top: 65px;
	width: 70px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#xAxisLblContainer {
	left: -5px; top: 200px;
	width: 190px; height: 14px;
}

#xAxisLbl {
	margin: 0 35px;
}

.controlBack {
	padding-bottom: 5px;
}

.controlBack > * {
	vertical-align: middle;
}

.controlPanelBack {
	display: inline-block;
	height: 95px;
	margin: 5px 2px 0 2px;
	padding: 0 10px;
}

#specCB {
	display: inline-block;
	width: 190px; height: 26px;
	position: relative;
	margin-top: 25px;
}

.btn {
	display: inline-block;
	width: 60px; height: 30px;
	position: relative;
	margin-top: 25px;
}

#lvlSeg {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	width: 190px;
}

#lvlSeg > *{
	width: 186px; height: 30px;
}

#lvlSldrLbl {
	width: 187px;
}

#lvlSldr {
	display: inline-block;
	position: relative;	
	width: 170px;
	margin-top: 25px;
}
