@charset "utf-8";

body {
    height: 690px;
    text-align: center;
}

.controlBack{
	padding-bottom: 5px;
}

.controlBack > * {
	vertical-align: middle;
}

.samplePanelLeft {
	margin-right: 40px;
}

.controlPanelBack {
	display: inline-block;
	height: 55px;
	margin-top: 5px;
	padding: 0 10px;
}

#slider {
	display: inline-block;
	position: relative;	
	width: 100px;
	margin-top: 5px;
}

.sliderRow {
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
}

#fieldLines {
	position: absolute;
	top: 90px;
	left: 103px;
	width: 134px;
	height: 464px;
	z-index: 2;
}

#clipCircle {
	position: absolute;
	top: 87px;
	left: 103px;
	width: 135px;
	height: 260px;
	z-index: 4;
}

#eyeContainer {
    position: absolute;
    left: 3px;
}

#eyeball {
	position: absolute;
	top: 0px;
	left: 95px;
	width: 144px;
	height: 163px;
}

#retinaText {
	top: 28px;
	left: 35px;
}

#retinaLine {
	top: 33px;
	left: 81px;
	width: 25px;
}

#lenseContainer {
    position: absolute;
    left: 17px;
}

#lense {
	position: absolute;
	top: 0px;
	left: 94px;
	width: 100px;
	height: 100px;
}

#lenseTop {
	position: absolute;
	left: 1px;
	height: 118px;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0% 0%;
    transform: rotate(270deg);
    transform-origin: 0% 0%;
}

#lenseMid {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 6px;
	height: 120px;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0% 0%;
    transform: rotate(270deg);
    transform-origin: 0% 0%;
}

#lenseBottom {
	position: absolute;
	left: 1px;
	height: 118px;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0% 0%;
    transform: rotate(270deg);
    transform-origin: 0% 0%;
}

#lenseText {
	top: 65px;
	left: 0px;
}

#lenseLine {
	top: 83px;
	left: 69px;
	width: 15px;
}

.labelText {
	position: absolute;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    color: white;
}

.labelLine {
	position: absolute;
	box-shadow: 2px 1px 2px #111111;
	-webkit-box-shadow: 2px 1px 2px #111111;
	-moz-box-shadow: 2px 1px 2px #111111;
	background-color: white;
	position: absolute;
	height: 2px;
}

#beetleContainer {
    position: absolute;
    top: 516px;
    left: 32px;
}

#beetle {
	position: absolute;
	top: 0px;
	left: 73px;
	width: 120px;
	height: 75px;
	z-index: 3
}

#beetleLine {
	top: 35px;
	left: 64px;
	width: 15px;
}

#beetleText {
	top: 30px;
}

#bracketContainer {
    position: absolute;
    top: 204px;
    left: 211px;
}

#BracketLine {
	top: 347px;
	left: 30px;
	width: 34px;
}

#movingBracketLine {
	left: 30px;
	width: 34px;
}

#expandingBracketLine {
	left: 62px;
	width: 2px;
}

#bracketText {
	left: 70px;
}