@charset "utf-8";

.mainscene{
    width: 550px; height: 560px;
}

#dilutionFridge {
    position: absolute;
    left: 0px; top: 10px;
    /*left: 20px; top: 10px;*/
    width: 590px; height: 444px;
}

.heliumKeyContainer {
    position: absolute;
    left: 110px; top: 445px;
}

.heliumKeyContainer >* {
    position: relative;
    display: inline-block;
}

.heliumKeyContainer > :nth-child(1) {
    width: 20px; height: 20px;
}

.heliumKeyContainer > :nth-child(2),
.heliumKeyContainer > :nth-child(4) {
    top: -4px;
}

.heliumKeyContainer > :nth-child(3) {
    width: 20px; height: 20px;
}

.heliumKeyContainer > :nth-child(5) {
    width: 20px; height: 20px;
}

.heliumKeyContainer > :nth-child(6) {
    text-align: left;
    top: 8px;
}

#initLblContainer {
    position: absolute;
    top: -12px;
}

#initLblContainer > :nth-child(1) {
    left: 135px; top: 57px;
}

#initLblContainer > :nth-child(2) {
    left: 410px; top: 57px;
}

#initLblContainer > :nth-child(3) {
    left: 410px; top: 110px;
    width: 56px;
}

#initLblContainer > :nth-child(4) {
    left: 12px; top: 182px;
    width: 130px;
}

#initLblContainer > :nth-child(5) {
    left: 415px; top: 195px;
}

#initLblContainer > :nth-child(6) {
    left: 412px; top: 228px;
}

#initLblContainer > :nth-child(7) {
    left: 106px; top: 241px;
    width: 130px;
}

#initLblContainer > :nth-child(8) {
    left: 84px; top: 289px;
    width: 130px;
}

#initLblContainer > :nth-child(9) {
    left: 405px; top: 342px;
}

#initLblContainer > :nth-child(10) {
    left: 86px; top: 401px;
    width: 130px;
}

#initLblContainer > :nth-child(11) {
    left: 412px; top: 402px;
}

#initLblContainer > :nth-child(12) {
    left: 184px; top: 62px;
    width: 71px;
}

#initLblContainer > :nth-child(13) {
    left: 357px; top: 62px;
    
}

#initLblContainer > :nth-child(14) {
    left: 145px; top: 200px;
    width: 58px;
}

#initLblContainer > :nth-child(15) {
    top: 200px; left: 339px;
    width: 72px;
}

#initLblContainer > :nth-child(16) {
    left: 332px; top: 234px;
    width: 77px;
}

#initLblContainer > :nth-child(17) {
    left: 188px; top: 245px;
    width: 60px;
}

#initLblContainer > :nth-child(18) {
    left: 188px; top: 307px;
    width: 95px;
}

#initLblContainer > :nth-child(19) {
    left: 343px; top: 346px;
    width: 67px;
}

#initLblContainer > :nth-child(20) {
    left: 188px; top: 407px;
    width: 111px;
}

#initLblContainer > :nth-child(21) {
    left: 325px; top: 407px;
    width: 85px;
}

#heatBarCan {
    position: absolute;
    left: 187px; top: 258px;
    width: 106px; height: 50px;
}

#potBarCan {
    position: absolute;
    left: 350px; top: 120px;
    width: 60px; height: 70px;
}

.stepLbl {
    text-align: left;
    position: absolute;
}

.lblBar {
    position: absolute;
    width: 50px; height: 2px;
    background-color: black;
}

.ctrlPan {
    position: absolute;
    left: 127px; top: 485px;
}

#beginningBtnPanel {
    position: absolute;
    left: 4px; top: 0px;
}

#beginningBtn {
    display: inline-block;
    position: relative;
    width: 66px; height: 30px;
}

#previousBtnPanel {
    position: absolute;
    left: 78px; top: 0px;
}

#previousBtn {
    display: inline-block;
    position: relative;
    width: 66px; height: 30px;
}

#playBtnPanel {
    position: absolute;
    left: 150px; top: 0px;
}

#playBtn {
    display: inline-block;
    position: relative;
    width: 66px; height: 30px;
}

#pauseBtnPanel {
    position: absolute;
    left: 221px; top: 0px;
}

#pauseBtn {
    display: inline-block;
    position: relative;
    width: 66px; height: 30px;
}

.bar {
    position: absolute;
    top: 3px;
    height: 22px;
    background-color: #435661;
}

#leftPauseBar {
    left: 25px;
    width: 6px;
}

#rightPauseBar {
    left: 35px;
    width: 6px;
}

#beginningBar {
    left: 23px;
    width: 4px;
}

#leftPreviousArrow {
    left: 16px;
}

.leftArrow {
    position:absolute;
    left: 28px; top: 3px;

    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent; 
    border-right: 14px solid #435661; 
}

.rightArrow {
    position:absolute;
    left: 29px; top: 3px;

    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 14px solid #435661;
}