body {
    background-color: #000;
    margin: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding:0;
    height:100%;
    overflow:hidden;
}

#viz {
    position:absolute;
    background-color: #000;
}

#controls{
    position:absolute;
    background-color: #000;
    z-index:100;
    top: 0px;
    right:0px;
    width:250px;
    height:100%;
    display:none;
}

#stream {
    width:100px; /* you can use % */
    height: auto;
    position: absolute;
    left:0px;

}
#stream2 {
    width:100px; /* you can use % */
    height: auto;
    left:100px;
    position: absolute;
}
#preloader{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top:-20px;
}

#debugText{
    position:absolute;
    background-color: #000;
    height: 38px;
    width:150px;
    top:0px;
    right: 80px;
    padding:10px;
    font-size: 16px;
    padding-top: 15px;
}

#stats{
    position:absolute;
    background-color: #003;
    right:0;
    top:0;
}

#audioDebug{
    position:absolute;
    background-color: #000;
    width: 250px;
    height: 100px;
    right: 260px;
    /* top:48px; */
    right:0;
}

#settings{
    position:absolute;
    background-color: #003;
    top: 100px;
}

#info{
    position:absolute;
    left: 20px;
    bottom: 20px;
    line-height: 20px;
}

a {
    color: #fff;
    text-decoration: none;	
    
}

canvas {
    background: #000000;
    display: none;
}

#preloader{
    z-index:200;
    width: 100px;
    height: 40px;
    left:50%;
    top:50%;
    margin-left: -50px;
    margin-top: -20px;
    position:absolute;
}

#preloader_background{
    background-color: #222222;
    width: 100px;
    top:20px;
    height: 1px;
    position:relative;
}

#progress{
    background-color: #ffffff;
    width: 0px;
    height: 1px;
}
