.join_wrapper{display:none;}
.chat *{
    box-sizing: border-box;
    color: #000;
}
div.chat_head img {
    width: auto;
    height: 100%;
    float: left;
    margin: 0 10px 0 0;
}
div.chat_head {
    background: #eee;
    padding: 5px;
    height: 50px;
    font-size: 26px;
    font-weight: 100;
    border: 1px solid #999;
    border-width: 1px 1px 0px 1px;
}
.box .text{
    padding: 0 0  20px  0;
    height: 320px;
    border: #999 1px solid;
    overflow: auto;
}
.msg{
    margin:3px 0;
    padding: 2px 10px;
}

.eingabe{
    position: relative; top:0; left:0;
    padding: 0;
    border:#999 1px solid;
    border-top: none;
    overflow: auto;
}
.eingabe input{
    box-sizing: border-box;
    width: 100%; 
    height: 35px;
    padding: 5px;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.chat_btn{
    position: absolute; top:5px; right:5px; color: #FFF;
    width: 25px; 
    height: 25px;
    text-align: center;              
    font-size: 13px;
    padding: 2px 4px 6px 4px;
    background: rgb(144,1,1);  background: -moz-linear-gradient(top,  rgb(144,1,1) 0%, rgb(111,1,1) 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(144,1,1)), color-stop(100%,rgb(111,1,1)));  background: -webkit-linear-gradient(top,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  background: -o-linear-gradient(top,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  background: -ms-linear-gradient(top,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  background: linear-gradient(to bottom,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900101', endColorstr='#6f0101',GradientType=0 );
    border-radius: 10px;
    text-shadow: 0px -1px 10px #000;
    font-weight: 300;
    cursor: pointer;
}

.msg span{ color: #888}
.msg span:first-child{ color: #888; font-size:12px;}
.msg span:last-child{ color: #000}

.gast{
}
.gast span{ color: orange}
.gast span:first-child{ color: #888; font-size:12px;}
.gast span:last-child{ color: #000}