.calibre {
	border: 3px double #EDEDED;
	float: left;
	display: inline-block;
	width: 55em;
	border-radius: 10px 10px 10px 10px;
	height: 22em;
	margin: -5em 0em;
}

h3 {
	color: #19292E;
	float: left;
	font-family: myFirstFont;
	font-size: 16pt;
	font-weight: normal;
	margin: 0.5em 1em;
}
body {
	position: relative;
	z-index: 20;
}
.rotation {
	border: 3px double #EDEDED;
	position: relative;
	display: inline-block;
	width: 55em;
	border-radius: 10px 10px 10px 10px;
	height: 10em;
	top: 7.3em;
}
#level-1, #level-2, #level-3 {//
	border: 1px solid black;
	height: 39em;
	margin: 1em 0.6em;
	width: 56em;
}
.display {
	border: 2px solid #000000;
	display: block;
	height: 106px;
	left: 24.3em;
	top: 10.5em;
	position: relative;
	width: 106px;
}
h4 {
	color: #19292E;
	float: left;
	font-family: myFirstFont;
	font-size: 13pt;
	font-weight: normal;
	margin: 0.5em 1em;
}
.rotate {
	position: relative;
	left: 1em;
	top: 2.5em;
}
#clock {
	float: right;
	margin: -0.2em 5em;
}
.show {
	position: absolute;
	width: 15em;
	height: 2em;
	margin: 3em 21em;
	//border: 1px solid black;
}
.link {
	color: #3788AC;
	cursor: pointer;
	line-height: 1;
	opacity: 0.8;
	left: 12em;
	top: 0em;
	position: relative;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
	opacity: 1;
}
#big_area {
	border: 1px dotted;
	display: block;
	height: 204px;
	margin-left: 26px;
	margin-top: -266px;
	width: 101px;
}
#photo_diode {
	position: relative;
	margin-left: -27px;
	margin-top: -119px;
}
#handler {
	height: 50px;
	left: 20px;
	position: relative;
	top: 90px;
	width: 50px;
}
@font-face{
	font-family:myFirstFont;
	src: url('DroidSerif-Regular.ttf'); /* IE9 */
}
label {
	color: #464E52;
    float: right;
    font-family: myFirstFont;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1;
    margin: 0.7em 14em;
}
.selectBox {
    float: left;
    margin:2em 0.5em;
    
}