@charset "utf-8";

.mainscene {
    width: 415px; height: 370px;
}

#mlElecMagIndContainer {
    position: absolute;
    left: 10px; top: -18px;
    width: 380px; height: 330px;
}

#mlElecMagIndElement {
    position: absolute;
    width: 300px; height: 225px; 
    left: 30px; top: 30px;
}

#mlMagnetDragDiv {
    touch-action: none;
    position: absolute;
    width: 280px; height: 120px;
    left: 30px; top: 55px;
    background-color: #222222; 
    opacity: 0;
    cursor:pointer;
    z-index: 99;
}

#mlLineCanvas {
    position: absolute;
    width: 15px; height: 15px;
    left: 165px; top: 56px;
}

#mlArrowCanvas {
    position: absolute;
    width: 200px; height: 190px;
    left:131px; top: 21px;
}

#meterContainer {
    position: absolute;
    left: 192px; top: 195px;
}

#mlVoltCanvas {
    position: absolute;
    width: 150px; height: 125px;
    left: 11px; top: 8px;
}

#mlCoilBase {
    position: absolute;
    width: 300px; height: 225px;
    left: 30px; top: 30px;
}

#mlVoltmeter {
    position: absolute;
    width: 178px; height: 142px;
    left: 0px; top: 0px;
}

#mlFlipMagBtn {
    position: absolute;
    width: 115px; height: 40px; 
    left: 25px; top: 210px;
}

#mlCoilLbl {
    position: absolute;
    width:50px; height: 20px; 
    left: 130px; top: 45px;
}

#mlVoltmeterLblLine {
    position: absolute;
    left: 88px; top: 140px;
    width: 2px; height: 15px;
    background-color: black;
}

#mlVoltmeterLbl {
    position: absolute;
    width: 90px; height: 50px;
    left: 44px; top: 158px;
}

#mlSldrPanel {
    position: absolute;
    left: 30px; top: 262px;
}

#mlSldr { 
    display: inline-block;
    position: relative;
    width: 100px;
}