@charset "utf-8";

.mainscene {
	width:515px; height:390px;
}

#mlSolenoidFieldContainer {
    position: absolute;
    left:49px; top:10px;
}

#mlSolenoidFieldElement { 
    position: absolute;
    vertical-align: center; 
    width: 362px; height: 282px;
    left: 11px; top:32px;
}

#mlSolenoidLbl {
    position: absolute;
    color: black;
    font-size: 11px;
    left: 29px; top: 83px;
    height:25px; width:90px;
}

#mlBatteryLbl {
    position: absolute;
    color: black;
    font-size: 11px;
    width:70px; height:25px;
    left: 100px; top: 47px;
}

#mlKnifeSwitchLbl {
    position: absolute;
    color: black;
    font-size: 11px;
    text-align: center;
    width:70px; height:25px;
    left: 295px; top: 27px;
}

#mlFilingsLbl {
    position: absolute;
    top: 142px;
}

#mlCanvasLines {
    position: absolute;
    width:455px; height:325px;
    left:0px; top:0px;
}

#magFieldImg {
    position: absolute;
    left: 120px; top: 102px;
    width: 121px; height: 102px;
    visibility: hidden;
}

#powerBtnContainer {
    position: absolute;
    left: -13px; top: 275px;
    width: 75px; height: 40px;
}

#mlOnButton,
#mlFieldLinesButton {
    display: inline-block;
    position: relative;
    width: 75px; height: 40px;
}

#fieldLinesBtnContainer {
    position: absolute;
    left: 317px; top: 275px;
    width: 125px; height: 40px;
}