@charset "utf-8";

.mainscene {
    width: 500px; height: 400px;
}

#sldrPanel {
    position: absolute;
    left: 113px; top: 327px;
}

#sldr {
    display: inline-block;
    position: relative;
    width: 130px;
}

#btnPanel {
    position: absolute;
    left: 321px; top: 333px;
}

#btn {
    display: inline-block;
    position: relative;
    width: 66px; height: 40px;
}

#containImgs{
    position: absolute;
    left:0px;
    top:-11px;
    width: 500px;
    height: 337px;
}

#diskTemp{
    position: absolute;
    left:307px;
    top:72px;
}

#base{
    position: absolute;
    left:20px;
    top:0px;
    width: 450px;
    height: 337px;
}

#switchUp{
    position: absolute;
    left:20px;
    top:0px;
    width: 450px;
    height: 337px;
    visibility: hidden;
}

#wheel{
    position: absolute;
    left:20px;
    top:0px;
    width: 450px;
    height: 337px;
}

#batteryLbl{
    position: absolute;
    left:22px;
    top:37px;
}

#knifeLbl{
    position: absolute;
    left:29px;
    top:297px;
}

#ElectromagnetLbl{
    position: absolute;
    left:196px;
    top:91px;
}

#batteryLine{
    position: absolute;
    left:66px;
    top:51px;
    width: 20px;
    height: 2px;
    background-color: rgba(0,0,0,1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#knifeLine{
    position: absolute;
    left:59px;
    top:286px;
    width: 30px;
    height: 2px;
    background-color: rgba(0,0,0,1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#ElectromagnetLine{
    position: absolute;
    left:251px;
    top:116px;
    width: 30px;
    height: 2px;
    background-color: rgba(0,0,0,1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
