#stage, #device, #overlay {
    position: absolute;
    top:0px;
    left: 0;
    right: 320px;
    bottom: 0;
    z-index: 1;
}

#device, #overlay {
    top: 0px;
    right:0px;
}

#stage {
    top: 50px;
}

.device-container {
    position: relative !important;
    top:0 !important;
}

#caption {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 0;
    width: 280px;
    padding: 20px;
    z-index: 20;
    overflow-y: scroll;
}

#device-selector {
    left: 0;
    right: 0;
}

#tutorial-selector, #device-selector {
    z-index: 30;
}
