html,body{height:100%;}
html{background-color:#000000;}
.device-container {
    width:100%;
    height:100%;
    margin:0px;
    top:0px;
    max-width:none;
}
#stage {
    top:50px;
}
#device {
    top:0;
}
#stage, #device, #overlay {
    position:absolute;
    left:0;
    bottom:0;
    z-index:1;
}
#stage {
    right:320px;
}
#device, #overlay {
    right:0;
}
#overlay {
    z-index:2;
    top:0px;
}
#device svg, #overlay svg {
/*
    min-height: 550px;
    min-width: 750px;
*/
}
#tutorial-selector, #device-selector {
    z-index:30;
}
#device-selector {
    left:0;
    right:0;
}
#caption {
    position:absolute;
    right:0;
    top:50px;
    bottom:0;
    width:280px;
    padding:20px;
    z-index:20;
    overflow-y:scroll;
}