
/*.chatcontainer {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}*/
.chatcontainer {
    /*border: 2px solid #dedede;*/
    background-color: #d6d7d7;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/*.darker {
    border-color: #ccc;
    background-color: #ddd;
}*/
.darker {
    /*border-color: #ccc;*/
    background-color: #e9e9e9;
	width:60%;
	float:left;
}

.darker p{color:#444; }

.light{width:60%;float:right;}
.light .time-left{float:left;color: #444; font-size:12px;}

.chatcontainer::after {
    content: "";
    clear: both;
    display: table;
}

.chatcontainer img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

#chatroom{margin-top:50px;}

.chatcontainer img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

/*.time-right {
    float: right;
    color: #aaa;
}

.time-left {
    float: left;
    color: #999;
}*/


.time-left {
    float: left;
    color: #444;
	font-size:12px;
}
.chat-message {
    padding: 50px 0;
    clear:both;
    textarea {
      width: 100%;
      border: none;
      padding: 10px 20px;
      font: 14px/22px "Lato", Arial, sans-serif;
      margin-bottom: 10px;
      border-radius: 5px;
      resize: none;
      
    }
	
