@charset "utf-8";

.splashBackground {
    -moz-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95);
    -o-transform: scale(.95, .95);
    -webkit-transform: scale(.95, .95);
    transform: scale(.95, .95);
}

.mainscene{
    width: 410px;
    height: 550px;
    text-align: center;
}

.btn {
    display: inline-block;
    position: relative;
    width: 66px; height: 30px;
}

.controlPanelBack{
    display: inline-block;
    margin: 6px;
    padding: 6px;
}

.sldr {
    display: inline-block;
    position: relative;
    width: 150px;
}

.topRowControls{
    position: absolute;
    bottom: 72px;
}

#backBtnContainer{
    left: 90px;
}

#deviceImage{
    /* position: absolute; */
    /* top: 0px; left: 0px;  */
    width: 300px; height: 275px;
}

#electronCanvas{
    position: absolute;
    top: 169px; left: 122px;
}

#forwardBtnContainer{
    right: 90px;
}

#framRatioText{
    position: relative;
    width: 90%;
    text-align: right;
    margin: 10px 0;
}

#frameText{
    position: relative;
    display: inline-block;;
    text-align: left;
    width: 340px;
}

#photonCanvas{
    position: absolute;
    top: 0px; left: 40px;
}

#startStopBtn{
    display: inline-block;
    position: relative;
    width: 75px; height: 30px;
}

#startStopBtnContainer{
    left: 222px;
    visibility: hidden;
}

#topWindow{
    position: relative;
    display: inline-block;
    /* width: 300px; height: 275px; */
    padding: 4px;
}

#wavelengthSldr > .sliderTrack{
    background-image: url("spectrum.jpg");
    background-size: 148px 10px;
    background-repeat: no-repeat;
}

#wavelengthSldr .sliderTrack {
    border-color: #537795;
}

#wavelengthSldr .sliderTrack .sliderTrackThresh {
    display: none;
}
