.chat-container{
	position: relative;
	overflow: hidden;
}
.chat-msg-container{
	height: 400px;
	margin-top: 20px;
}

.chat-users-container{
	height: 483px;
}
