@charset "utf-8";

.mainscene{
    width: 354px; height: 550px;
}

.splashBackground {
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.controlBack{
    display: inline-block;
    margin: 0px 2px 8px 2px;
}

.dropDown{
    width: 150px; height: 27px;
}

.sldr {
    display: inline-block;
    position: relative;
    width: 30px; height: 100px;
}

.sldrAdjust{
    margin-top: 12px;
}

.sldrContainer{
    width: 83px; height: 154px;
}

#dropDownContainer{
    margin-left: 75px;
    margin-right: 75px;
}

#objectiveImg{
    position: absolute;
    top: 0px; left: 0px;
    width: 244px; height: 244px;
}

#reticuleImg{
    position: absolute;
    top: 62px; left: 47px;
    width: 150px; height: 120px;
}

#specCanvas{
    display: none;
}

#specContainer{
    position: relative;
    top: 19px; left: 20px;
    width: 200px; height: 200px;
    border-radius: 65px;
    overflow: hidden;
    border: 2px solid #313139;
}

#topContainer{
    position: relative;
    display: inline-block;
    width: 244px; height: 244px;
    margin-top: 9px;
}