@charset "utf-8";

.mainscene {
    width: 455px; height: 410px;
}
#mlCapacitorContainer {
    position: absolute;
    left:20px; top:13px;
    width: 420px; height: 320px;
}
#mlCapacitorElement {
    position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
    background: no-repeat;
}
#mlWeightAnim{
     position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
    background: no-repeat;
}
#mlKnifeSwitch{
    position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
    background: no-repeat;
}
#mlAnimCanvas {
    position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
}
#mlLineCanvas{
    position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
}
#mlCapCanvas{
    position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
}
#mlKnifeSwitchLbl{
    width: 60px; height: 35px;
    left:335px; top:197px;
    text-align: center;
}
#mlOutputTermLbl{
    width: 75px; height: 35px;
    left: 19px; top: 84px;
}
#mlbaseMask{
    position: absolute;
    width: 400px; height: 300px; 
    left: 16px; top: 10px;
    background: no-repeat;
}
#mlSwitchPosLbl{
    position: absolute;
    width: 110px; height: 35px;
    left: 65px; top: 307px;
}
#mlCapacitorLbl{
    width: 60px; height: 35px;
    left: 298px; top: 70px;
}
#mlBatteryLbl{
    width: 75px; height: 35px;
    left: 318px; top: 22px;
}
#mlWeightLbl{
    width: 75px; height: 35px;
    left: 73px; top: 239px;
}
#mlMotorLbl{
    width: 75px; height: 35px;
    left: 85px; top: 72px;
}
#mlResetBtn {
    position: absolute;
    width: 76px; height: 40px;
    left: 319px; top: 327px;
}
#mlBatteryBtn{
    position: absolute;
    width: 76px; height: 40px;
    left: 20px; top: 327px;
}
#mlMotorBtn{
    position: absolute;
    width: 76px; height: 40px;
    left: 145px; top: 327px;
}