@charset "utf-8";

.mainscene{
    width: 444px; height: 372px;
}

.controlBackContainer{
    bottom: 6px;
}

#dashedLineCanvas{
    position: absolute;
    top: 47px; left: 164px;
    width: 112px; height: 10px;
}

#microText{
    position: absolute;
    top: 10px;
}

#topContainer{
    position: absolute;
    top: 52px;
    width: 100%; height: 60%;
}

#sldr {
    position: absolute;
    width: 120px;
    top: 27px; left: 18px;
}

#sliderContainer{
    width: 160px; height: 90px;
}

#sliderTitle{
    position: absolute;
    bottom: 5px; left: 12px;
}

#specimenCanvas{
    position: absolute;
    left: 162px;
    width: 114px; height: 200px;
}


#startImage{
    position: absolute;
    left: 162;
    width: 114px; height: 200px;
}

#text1{
    position: absolute;
    width: 50px; 
    top: 6px; left: 95px;
}

#text2{
    position: absolute;
    top: 30px; right: 98px;
    width: 65px;
}