﻿@charset "utf-8";

#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

	width:350px;
	height:650px;
    margin:10px auto;
    box-shadow:3px 3px 5px #999999;
}
#zeiss_mainscene 
{
    position: absolute;
    background-color:#f0f0f0;
    opacity: 0;
}
.zeiss_title {
    position:absolute;
    top:18px;
    width:100%; 
    text-align:center;
    font-size:22px;
    text-shadow:3px 3px 3px rgba(0,0,0,.5);
}
.window_label {
    position:absolute;
    font-size:12px;
    color:#003E77;
    text-shadow:1px 1px 2px rgba(0,0,0,.3);
    text-align: center;
}
.diagram_label {
    position: absolute;
    font-size:12px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
.ctl_label {
	position:absolute;
	top:328px;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}

#eyeball {
    /*background: url(images/eyeball.png);*/
    position: absolute;
    left: 109px;
    top: 47px;
    width: 133px;
    height: 152px;
    background-size: 100% !important; 
}

#sampleSldrLbl {
    left:97px;
    width:150px;
    top: 587px;
}
#sampleSldr {
	position:absolute;
	left:97px;
	top:606px;
	width:150px;
}
#lens{
    position: absolute;
    left:115px;
    top:275px;
    height: 64px;
    width: 128px;
}
#distanceLine{
    position: absolute;
    left:240px;
    top:274px;
    height: 260px;
    width: 60px;
}
#topBug{
    position:absolute;
    left: 11px;
    top: 6px;
    opacity:.82;
    background-size: 100% !important;
}
#bottomBug{
    position:absolute;
    left: 106px;
    top: 485px;
    height: 78px;
    width: 124px;
    background-size: 100% !important;
}
#specimenLabel{
    position: absolute;
    font-size:12px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
    left: 20px;
    top: 516px;
}
#specimenLine{
    position: absolute;
    left: 82px;
    top: 515px;
    width: 44px;
    height: 20px;
}
#lowLabel{
    position: absolute;
    left: 62px;
    top: 612px;
}
#highLabel{
    position: absolute;
    left: 257px;
    top: 612px;
}
#retinaLabel{
    position: absolute;
    left: -50px;
    top: 18px;
}
#retinaLine{
    position: absolute;
    left: -10px;
    top: 16px;
    width:35px; 
    height: 20px;
}
#simpleMagnifyingLabel{
    position: absolute;
    left: -90px;
    top: 9px;
    text-align: left;
    line-height: 1;
}
#lensLine{
    position: absolute;
    left: -25px;
    top: 18px;
    text-align: left;
    width: 30px;
    height: 20px;
}
#distanceLabel{
    position: absolute;
    left: 172px;
    top: 135px;
}
#lightbeamLines{
    position: absolute;
    left:0px;
    top:0px;
    height: 530px;
    width: 239px;
}
