﻿@charset "utf-8";

#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

	width:500px;
	height:550px;
    margin:10px auto;
    box-shadow:3px 3px 5px #999999;
}
#zeiss_mainscene 
{
    position: absolute;
    background-color:#f0f0f0;
    opacity: 0;
}
.zeiss_title {
    position: absolute;
    top:17px;
    width:100%; 
    text-align:center;
    font-size:22px;
    text-shadow:3px 3px 3px rgba(0,0,0,.5);
}
.ctl_label {
	position: absolute;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
#mySldrLbl {
    position: absolute;
    top: 485px;
    width:500px;
}
#mySldr {
	position: absolute;
	left:90px; top:505px;
	width:320px;
    z-index: 99;
}
#imgID{
    position: absolute;
    left:-13px; top:20px;
    width:513px; height:431px;
    z-index: 1;
    -webkit-transform: scale(0.84,0.84);
    -moz-transform: scale(0.84,0.84);
    -ms-transform: scale(0.84,0.84);
    -o-transform: scale(0.84,0.84);
}
#txtID{
    position: absolute;
    left:30px; top:70px;
    width:500px; height:500px;
    z-index: 1;
}
#txtContainer1{
    position: absolute;    
    left: 36px; top: 430px;
    width:200px; height:30px;
    background-color:rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
#txt1{
    top: 8px;
    width:200px;
}
#txtContainer2{
    position: absolute;    
    left: 99px; top: 133px;
    width:142px; height:24px;
    background-color:rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
#txt2{
    top: 5px;
    width:142px;
}
#sampleLoader {
    position: absolute;
    width: 150px;
    left: 200px;
    top: 161px;
}
.chromLbl{
    position:absolute;
    font-size:12px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7); 
    line-height:1;
    text-align: center;
}
#lysID{
    position:absolute;
    left:108px; top:97px;
}
#glyID{
    position:absolute;
    left:331px; top:148px;
}
#tyrID{
    position:absolute;
    left:297px; top:343px;
}
#irID{
    position:absolute;
    left:131px; top:275px;
}
#naID{
    position:absolute;
    left:312px; top:211px;
}
#oxiID{
    position:absolute;
    left:196px; top:155px;
}
#h2oID{
    position:absolute;
    left:352px; top:225px;
}
#bcID{
    position:absolute;
    left:371px; top:225px;
}
#lineCanvas{
    position:absolute;
    width:40px; height:50px;
    left:215px; top:238px;
    z-index:2;
}

#arrowCanvas{
    position:absolute;
    width:50px; height:50px;
    left:321px; top:239px;
    z-index:2;
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
}