@charset "utf-8";

.mainscene {
    width: 450px; height: 590px;
}

.tutorialTitle {
    width: 388px;
}

.mainWindow > *{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.labelText {
    display: inline-block;
    position: relative;
}

.mainWindow {
    width: 90%; height: 60%;
    display: inline-block;
    background: none;
    border: none;
    margin: 12px 20px 0 0;
}

#objectiveContainer {
    width: 107px; height: 425px;
}

#objectiveContainer > img,
#bottomContainer > img {
    position: relative;
}

#bottomContainer {
    position: absolute;
    left: 0px; top: 161px;
    width: 117px; height: 210px;
}

#lightCan {
    position: absolute;
    left: -3px; top: 0px;
    width: 125px; height: 425px;
}

#lblContainer {
    position: relative;
    left: -3px;
}

.controlBack {
    display: inline-block;
    margin: 12px 3px;
    background: none;
    border: none;
}

#refSldr,
#objSldr {
    display: inline-block;
    position: relative;
    width: 120px;
}

#objSldrLbl {
    width: 140px;
}