@charset "utf-8";

body{
    height: 340px;
    text-align: center;
}

.whiteWindow{
    position: relative;
    margin: 0 auto;
    width: 260px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 40px 20px;
}

.controlPanelText{
    width: 100%;
}

.controlPanelBack{
    display: inline-block;
    height: 55px;
    margin: 5px 0 3px;
    overflow: hidden;
    padding: 0 10px;
}

.leftSliderPanel{
    margin-right: 10px;
}

.slider{
    display: inline-block;
    position: relative;
    width: 156px;
    margin-top: 5px;
}

.blackLine{
    width: 2px;
    background: #000;
}

#canvas{
    margin-top: 3px;
	width: 100%;
	height: 100%;
}

#grayCanvas{
    width: 150px;
    height: 10px;
    position: absolute;
    left: 62px;
    top: 94px;

    transform:rotate(17deg);
    -webkit-transform:rotate(17deg);
    -moz-transform:rotate(17deg);
    -o-transform:rotate(17deg);
    -ms-transform:rotate(17deg);
}

#ACGroup{
    position: absolute;
    left: 10px;
    top: 114px;
}
#electrodeTopGroup{
    position: absolute;
    left: 116px;
    top: 12px;
}
#electrodeBotGroup{
    position: absolute;
    left: 84px;
    top: 147px;
}

#line1{
    margin-left: 47px;
    height: 26px;
}

#line2{
    margin-left: 24px;
    height: 28px;
}

#line3{
    margin-left: 23px;
    height: 16px;
}