textarea {
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;         /* Opera/IE 8+ */
}

#container {
    width:100%;/* 90 */
    height: 100%;/* 80 */
    position:relative;
    margin: auto;
}

#left {
    width:60%;
    height:100%;
}

#separator{
    width:0.5%;
    height:100%;
}

#right {
    width:38%;
    height:100%;
}

#editor {
    float:none;
    width:100%;
    height:100%;
}

#controls {
    width:10%;
    float:none;
}

#console {
    width:100%;
    height:100%;
    font-size: 20px;
    font-family: Consolas,"Courier new";
    /*font-family: "Tahoma",Tahoma,Serif;*/
    float:none;
    background-color:var(--dark-3);
    color:var(--clear-1);
}

#legend{
    position: absolute;
    margin-left: 1%;/* 5 */
    visibility: hidden;
}