body {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    font-size: 14px;
    font-family: sans-serif;
    background-color: #fff;
}

:-webkit-full-screen body {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    font-size: 14px;
    font-family: sans-serif;
    background-color: #fff;
}

#status {
    position: fixed;
    z-index: 10;
    text-align: center;
    font-family: sans-serif;
}
#info {
    position: fixed;
    z-index: 11;
    left: -256px;
    top: 0;
    bottom: 0;
    width: 256px;
    opacity: 0.7;
    background-color: #fff;
    padding: 0px;
}
#videos {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    background: #eee;
}
#overlay {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    text-align: center;
    padding-top: 8px;
}
.overlay {
    opacity: 0;
}
.target:hover {
    cursor: pointer;
}

#chat {
    width: 256px;
    right: -256px;
    bottom: 0;
    top: 0;
    position: fixed;
    background-color: #fff;
}
#chatmenu {
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 0;
    height: 28px;
    right: 0;
    left: 0;
    opacity: 0;
}
#chatlog {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 136px;
    top: 28px;
    right: 0;
    left: 0;
    word-wrap:break-word;
    padding-left: 2px;
    padding-right: 4px;
}

#chatlog img {
    max-width: 100%;
}

.message {
    min-height: 52px;
    clear: both;
}

#chatinput {
    position: absolute;
    height: 120px;
    bottom: 4px;
    width: 240px;
    margin: 0;
    margin-left: 4px;
    padding: 4px;
    border: 0;
    resize: none;
    font-size: 14px;
    font-family: sans-serif;
    background-color: #ddd;
}

#chatinput:focus {outline:none;}

.remote {
    float: left;
}
#local {
    position: fixed;
    bottom: 4px;
    right: 4px;
    width: 128px;
    height: 128px;
    overflow: hidden;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
    background-color: #ddd;
}
