@charset "utf-8";

.mainscene{
    width: 380px;
    height: 420px;
    text-align: center;
}

.splashContainer{
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.topWindow > *{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 20px;
}

#topWindow{
    top: 20px;
    position: relative;
    width: 320px; height: 320px;
    display: inline-block;
    padding: 0 10px;
    overflow: hidden;
}

#lens {
    top: 34px;
    left: 98px;
}

#specCan {
    position: absolute;
    left: 10px; top: 10px;
}

#objectLabel {
    position: absolute;
    left: 10px; top: 10px;
}

#realImgLabel {
    position: absolute;
    left: 10px; top: 10px;
}

#fpLabel {
    position: absolute;
    left: 182px; top: 115px;
}

#fpLabelBelow {
    position: absolute;
    left: 169px; top: 190px;
}

#princAxisLabel {
    position: absolute;
    left: 10px; top: 133px;
}

#opCLabel {
    position: absolute;
    left: 271px; top: 9px;
}

#lensLabel {
    position: absolute;
    left: 223px; top: 236px;
}

#eqContainer {
    width: 320px;
    top: 75px;
}

#eqTopLabel {
    position: relative;
    line-height: 140%;
}

#eqsBottomLabel {
    position: relative;
    line-height: 140%;
}
