#mycontainer {
    width: 100%;        
    height:90%;
    font-family: FjallaOne-Regular;
    display: block;
    position:absolute;
    top:60px;
    left:0px;
}

#sourcecontainer {
    position: absolute;
    right: 45px;
    top:120px;
    height: 85%;
    width: 600px;
    z-index: 99;
    display: none;
}
#sourcescriptarea {   
    height: 400px;
    width: 400px;
    grid-area: A;
    background: #222;
    color:#0ea;
    position:relative;
    font-size: 12px;
    top: 120px;
}

#closesourcebutton {
    top: -29px;
    right: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    position: absolute;
}

#savesourcebutton {
    top: -29px;
    height: 19px;
    right: 39px;
    background-color: coral;
    position: absolute;
}

.sourceScriptButton {
    display: block;
    background-color: grey;
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    padding: 5px;
    width: 100px;
    height: 20px
}

#scriptcontainer {
    position: absolute;
    right: 5px;
    top:60px;
    height: 85%;
    width: 25%;
    z-index: 99;
    display: none;
}
#scriptarea {        
    height: 80%;
    width: 100%;
    grid-area: A;
    background: #222;
    color:#0ea;
    position:absolute;
    font-size: 12px;
}
#debugarea{     
    position:absolute;
    height: 100px;    
    top:81%;
    width: 100%;
    grid-area: C;
    color: #ea0;
    background: #444;
}
#renderCanvas {
    width: 100%;
    height: 100%;
    grid-area: B;
    resize: horizontal;
}

#context {
    position: absolute;
    height: 18px;    
    top:81%;
    z-index: 99;    
    width: 90%;
    margin-top: 90px;
    margin-left:5px;
    font-size: 10px;
}