html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    font-family: Monospace;
    background-color:#000000;
}

#ui_layout {
  width: 100%;
  height: 100%
}  

#controls > button:first-child {
    width:90px;
  }
  #code{
    background:transparent;
    border: 0 none;
    box-shadow: none;
    /*resize:none;*/
    min-height:50px;
    height:100%;
    width: 100%;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    text-shadow: 0px 0px 10px #000;
  }

  #background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#foreground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#visualization {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 66);
}

.fullscreen{width:100%;height:100%;display:block;margin:0}

.visualization
{
}

