@charset "utf-8";

.mainscene{
    width: 500px; height: 380px;
}

#sldrPanel {
    position: absolute;
    left: 20px; top: 285px;
}

#toggleBtnPanel{
    display: inline-block;
    margin: 5px; 
}

#ampSetup {
    position: absolute;
    width: 349px;
    height: 279px;
    top: 14px;
    left: 28px;
}

#noCore {
    position: absolute;
    width: 349px;
    height: 279px;
    top: 14px;
    left: 28px;
}

#magnet {
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    width: 42px;
    height: 47px;
    top: 132px;
    left: 48px;
    background: no-repeat;
}

#outputCanvas {
    width: 100%;
    height: 100%;
}

.box {
    border: 2px solid black !important;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 213px;
    left: 344px;
}

.graphLbl {
    position: absolute;
    top: 176px;
    left: 362px;
}

#mlOnButton { 
    position: absolute;
    width: 103px; height: 40px;
    top:307px; left:183px;
}

#mlSpeedSlider {
    display: inline-block;
    position: relative;
    width: 130px;
}

.coilLine {
    height: 25px;
    width: 2px;
    position: absolute;
    top: 140px;
    left: 110px;
    background-color: black;
}

.ampLine {
    height: 2px;
    width: 25px;
    position: absolute;
    top: 45px;
    left: 237px;
    background-color: black;
}

.spkrLineA {
    height: 43px;
    width: 2px;
    position: absolute;
    top: 238px;
    left: 211px;
    background-color: black;
}

.spkrLineB {
    height: 8px;
    width: 2px;
    position: absolute;
    top: 233px;
    left: 211px;
    background-color: white;
}

.cLbl {
    position: absolute;
    top: 165px;
    left: 101px;
}

.sLbl {
    position: absolute;
    top: 280px;
    left: 188px;
}

.aLbl {
    position: absolute;
    top: 39px;
    left: 178px;
}

.ml-buttonText {
    width: 78px;
}

#speaker {
    position: absolute;
    width: 132px;
    height: 104px;
    top: 149px;
    left: 162px;
}

#containAll {
    position: absolute;
    width: 500px;
    height: 380px;
    top: 9px;
    left: 12px;
}