@charset "utf-8";

.mainscene{
    width: 550px; height: 475px;
}

.mainWindow{
    position: relative;
    display: inline-block;
    top: 47px;
    width: 500px; height: 325px;
}

.mainWindow > *{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#beamContainer{
    position: absolute;
    left: 155px; top: 76px;
    width: 176px; height: 65px;
    overflow: hidden;
}

#beamCan{
    position: absolute;
    left: 0px; top: -74px;
    width: 175px; height: 145px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
}

#objectiveImg{
    top: -7px;
    width: 445px; height: 223px;
}

#lightRaysContainer{
    position: absolute;
    left: 240px; top: 76px;
    width: 125px; height: 77px;
    overflow: hidden;
}

#lightRaysCan{
    position: absolute;
    left: 0px; top: -68px;
    width: 125px; height: 145px;
}

#midLine{
    position: absolute;
    left: 240px; top: 8px;
    width: 2px; height: 145px;
    background-color: black;
}

#oilImg{
    position: absolute;
    left: 21px; top: -7px;
    width: 445px; height: 223px;
}

#lblContainer{
    position: absolute;
    left: 50px; top: 28px;
    width: 362px;
}

#lensLine {
    position: absolute;
    left: 255px; top: 13px;
    width: 30px; height: 2px;
    background-color: white;
}

#lensText{
    position: absolute;
    left: 288px; top: 4px;
}

#indexText{
    position: absolute;
    left: 130px; top: 30px;
}

#objectLine{
    position: absolute;
    left: 88px; top: 68px;
    width: 30px; height: 2px;
    background-color: white;
}

#objectText{
    position: absolute;
    left: 45px; top: 57px;
}

#glassText{
    position: absolute;
    left: 40px; top: 105px;
}

#slideText{
    position: absolute;
    top: 148px;
}

#specVertLine{
    position: absolute;
    left: 282px; top: 131px;
    width: 2px; height: 23px;
    background-color: black;
}

#specHorizLine{
    position: absolute;
    left: 282px; top: 152px;
    width: 10px; height: 2px;
    background-color: black;
}

#specimenText{
    position: absolute;
    left: 293px; top: 148px;
}

#keyTextContainer{
    top: -7px;
    margin-right: 30px;
    padding: 8px 10px;
}

#keyTextContainer > *{
    position: relative;
    top: 2px;
    margin: 10px 0;
}

#keyTextContainer > *:first-child{
    position: absolute;
    top: -8px;
    margin-left: 55px;
    padding: 1px 0;
    border-bottom: 1px solid white;
}

#keyTextContainer > *:last-child{
    margin: 0;
}

#formulaTextContainer{
    top: -7px;
    margin-left: 30px;
    padding: 24px;
}

#formulaTextContainer > *{
    position: relative;
    margin: 5px 0;
    top: 2px;
}

#formulaTextContainer > *:first-child{
    position: absolute;
    top: -1px;
    margin-left: 25px;
    border-bottom: 1px solid white;
}

#formulaTextContainer > *:last-child{
    margin: 0;
}

#indexSldr{
    display: inline-block;
    position: relative;
    width: 180px;
}

.sldrRow{
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
}