/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 19, 2019, 9:26:40 AM
    Author     : melinuxid
*/

.chatBox {
    border: 1px;
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: 1px 1px #042fa5;


}
.chatBoxLog{
    margin-left: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
    background-color: #ccccff;
}
.chatMessage {
    margin-left: 14px;
    margin-right: 14px;
    font: tahoma;
    size: 10px;

}

.chatSender {
    border-style: outset;
    border-width: 1px;
    color: red;
    background-color: #33ff33;
   
}
.chatReceiver{
    border-style: outset;
    border-width: 1px;
    color: blue;  
    background-color: white;
   

}
.chatImage{

}