#demoContainer {
    position:relative;
}
#connectControls {
    float:left;
    width:250px;
    text-align:center;
    border: 2px solid black;
}
#otherClients {
    height:200px;
    overflow-y:scroll;
}
#selfVideo {
    height:225px;
    width:300px;
    float:left;
    border:1px solid gray;
    margin-left:10px;
}

#callerVideo {
    height:225px;
    width:300px;
    border:1px solid gray;
    margin-left:10px;
}

#recordButtons {
    clear:both;
}
