div.chat_room {}

div.chat_messages {width: 100%; height: 20em; padding: 0.3em; border: 1px solid #aaa; border-bottom:none; overflow-y: scroll}
div.chat_message {}
div.chat_self {font-style: italic;}
span.chat_user {}
span.chat_message {}

div.chat_room form {text-align: center}
div.chat_room input {width: 100%; padding: 0.3em; border: 1px solid #aaa}
div.chat_room .submit {display:none}

/*
 * Administration
 */
.chat_logo {
    float: left;
    margin: 0 16px 0 0;
}
.chat_license {
    text-align: justify;
}
