#console {
    height: 100%;
    width: 20%;
    float: left;
    resize: horizontal;
    overflow: auto;
}

#vnc-container {
    height: 100%;
    width: 80%;
    float: left;
}

.container {
    height: 100%;
}