
#staff {
    position: absolute;
    top: 7vh;
    width: 50vw;
    left: 25vw;
    height: 12vh;
}

#players {
    position: absolute;
    height: 12vh;
    width: 100vw;
    bottom: 20vh;
}

#myVideo, .userVideo {
    position: relative;
    top: 0;
    height: 10vh;
}

.nameBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: RGBa(0,0,0,0.75);
    z-index: 100;
}

.streamBox, .pStreamBox {
    position: relative;
    border-radius: 1vh;
    overflow: hidden;
    height: 100%;
}

.sVideo {
    height: 100%;
}

.telePromptElement {
    position: absolute;
    padding: 3px;
    font-size: 3vh;
    color: white;
    top: 100%;
    width: 100%;
    text-align: center;
    line-height: 3.1vh;
}

.callButton {
    cursor: pointer;
}

.notification{
    position: absolute;
    font-size: 1.5em;
    line-height: 1.5em;
    background-color: beige;
    color: black;
    left: -20%;
    width: 20%;
    padding: 2%;
}

input.textInput {
    width: 98%;
    font-size: 100%;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    background-color: #FCFCFC;
    height: 20px;
    padding: 4px;
}