@charset "utf-8";

.mainscene{
    width: 454px; height: 472px;
}

.mainWindow > *{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.controlBack{
    display: inline-block;
    margin: 8px 2px;
    margin-top: 0px;
    height: 64px;
    /*width: 210px; height: 64px;*/
}

.dropDown{
    height: 27px;
}

#specDropDown{
    width: 120px;
}

#filterDropDown{
    width: 220px;
}

#infoText{
    margin-top: 4px;
}

#objectiveImg{
    position: absolute;
    top: 0px; left: 0px;
    width: 244px; height: 244px;
}

#reticuleImg{
    position: absolute;
    top: 62px; left: 47px;
    width: 150px; height: 120px;
}

#segment > div { 
    height: 26px; 
    padding: 0 8px;
}

#specImgContainer{
    position: absolute;
    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;
}