﻿body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    color:white;
    background-color: black !important;
}

.user {
    color: dodgerblue;
    font-weight: bold;
}

.chat-front-stream {
    position: fixed;
    right: 5px;
    bottom: 75px;
    width: 230px;
    z-index: 1000;
    color: white;
    font-size: 0.8em;
    padding: 5px;
    text-align: left;
}

.chat-back-stream {
    position: fixed;
    right: 5px;
    bottom: 45px;
    width: 240px;
    z-index: 999;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.chat-front-play {
    position: fixed;
    top: 0px;
    left: 55px;
    width: 230px;
    z-index: 1000;
    color: white;
    font-size: 0.8em;
    padding: 5px;
    text-align: left;
}

.chat-back-play {
    position: fixed;
    top: 5px;
    left: 55px;
    width: 240px;
    height: 40px;
    z-index: 999;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.chat-input {
    position: fixed;
    right: 5px;
    bottom: 45px;
    width: 240px;
    height: 30px;
    z-index: 1001;
}

.chat-textbox {
    width: 230px;
    height: 16px;
    border: 0;
    color: white;
    background-color: black;
    margin: 5px;
}
