/* Chat messages container */
div.quick-chat-history-container{
    overflow-y:auto;
    overflow-x:hidden;
    margin: 3px 0 10px 0;
}

/* Timestamp inside chat messages container */
div.quick-chat-history-timestamp{
    text-align:center;
    font-style:italic;
}

/* Message text and alias container inside chat messages container */
div.quick-chat-history-message-alias-container{
    margin-bottom: 4px;
}

/* Message author alias inside chat message text and alias container */
span.quick-chat-history-alias{
    font-weight: bold;
}

/* Message text inside chat message text and alias container */
span.quick-chat-history-message{
    
}

/* Notice informing users they must login */
div.quick-chat-login-to-use-notice{
    width: 100%;
    
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;    
}

/* Input box for message author alias */
input.quick-chat-alias{
    width: 100px;
    margin-bottom: 8px;
}

/* Textarea box for message text */
textarea.quick-chat-message{
    display: block;
    width: 100%;
    height: 80px;
    
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;    
}

/* Smilies container */
div.quick-chat-smilies-container{
    margin-top: 8px;
    width: 100%;
    
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;     
}

/* Smilie inside smilies container */
div.quick-chat-singlesmile{
    float: left; margin: 2px;
}

div.quick-chat-linkhome{
    font-style: italic;
    float: left;
    font-size: 90%;
    width: 100%;
    
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box; 
}
