@charset "utf-8";

.mainscene{
    width: 450px; height: 340px;
    top: 2px;
}

.labelText {
    width: 100%;
    margin-top: 190px;
}

#leftCoil {
    position: absolute;
    left: 100px; top: 50px;
    width: 297px; height: 135px;
}

#water {
    position: absolute;
    left: 100px; top: 50px;
    width: 297px; height: 135px;
    visibility: hidden;
}

#steel {
    position: absolute;
    left: 63px; top: 50px;
    width: 297px; height: 135px;
    visibility: hidden;
}

#magnetField1 {
    position: absolute;
    left: 45px; top: 8px;
    width: 189px; height: 174px;
    visibility: hidden;
}

#magnetField2 {
    position: absolute;
    left: 45px; top: 8px;
    width: 189px; height: 174px;
    visibility: hidden;
}

#lightContainer {
    position: absolute;
    left: 62px; top: 50px;
    width: 297px; height: 135px;
}

#rightCoil {
    position: absolute;
    left: 0px; top: 0px;
    width: 297px; height: 135px;
}

#lightBeam {
    position: absolute;
    left: 0px; top: 0px;
    width: 297px; height: 135px;
}

#lightMagnetField {
    position: absolute;
    left: 85px; top: -42px;
    width: 189px; height: 174px;
    visibility: hidden;
}

#seperationSldrPanel {
    position: absolute;
    left: 304px; top: 230px;
}

#seperationSldr {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 130px;
}

#cbSelectPanel {
    position: absolute;
    left: 181px; top: 230px;
}

#mediumCB {
    display: inline-block;
    position: relative;
    width: 95px; height: 40px;
}

#toggleBtnsPanel{
    position: absolute;
    left: 10px; top: 195px;
    width: 150px;
}

.button {
    display: inline-block;
    position: relative;
    width: 140px; height: 40px;
    margin-bottom: 10px;
}

.buttonText {
    text-align: left;
}