#container{
	width:750px!important;
	height:800px!important;
	background:#eff3f7!important;
	margin:0 auto!important;
	font-size:0!important;
	border-radius:5px!important;
	overflow:scroll!important;
}
main.chat{
	width:80%!important;
	height:auto!important;
	display:inline-block!important;
	font-size:15px!important;
	vertical-align:top!important;
}


.status{
	width:8px!important;
	height:8px!important;
	border-radius:50%!important;
	display:inline-block!important;
	margin-right:7px!important;
}
.green{
	background-color:#58b666!important;
}
.orange{
	background-color:#ff725d!important;
}
.blue{
	background-color:#6fbced!important;
	margin-right:0!important;
	margin-left:7px!important;
}

main.chat header{
	height:auto!important;
	padding:30px 20px 30px 40px!important;
}
main.chat header > *{
	display:inline-block!important;
	vertical-align:top!important;
}
main.chat header img:first-child{
	border-radius:50%!important;
}
main.chat header img:last-child{
	width:24px!important;
	margin-top:8px!important;
}
main.chat header div{
	margin-left:10px!important;
	margin-right:145px!important;
}
main.chat header h2{
	font-size:16px!important;
	margin-bottom:5px!important;
}
main.chat header h3{
	font-size:14px!important;
	font-weight:normal!important;
	color:#7e818a!important;
}

#chat{
	padding-left:0!important;
	margin:0!important;
	list-style-type:none!important;
	overflow-y:scroll!important;
	height:535px!important;
	border-top:2px solid #fff!important;
	border-bottom:2px solid #fff!important;
}
#chat li{
	padding:10px 30px!important;
}
#chat h2,#chat h3{
	display:inline-block!important;
	font-size:13px!important;
	font-weight:normal!important;
}
#chat h3{
	color:#bbb!important;
}
#chat .entete{
	margin-bottom:5px!important;
}
#chat .message{
	padding:20px!important;
	color:#fff!important;
	line-height:25px!important;
	max-width:90%!important;
	display:inline-block!important;
	text-align:left!important;
	border-radius:5px!important;
}
#chat .me{
	text-align:right!important;
}
#chat .you .message{
	background-color:#58b666!important;
}
#chat .me .message{
	background-color:#6fbced!important;
}
#chat .triangle{
	width: 0!important;
	height: 0!important;
	border-style: solid!important;
	border-width: 0 10px 10px 10px!important;
}
#chat .you .triangle{
		border-color: transparent transparent #58b666 transparent!important;
		margin-left:15px!important;
}
#chat .me .triangle{
		border-color: transparent transparent #6fbced transparent!important;
		position: absolute!important;
                right: 5px!important;
}

main.chat footer{
	height:155px!important;
	padding:20px 30px 10px 20px!important;
}
main.chat footer textarea{
	resize:none!important;
	border:none!important;
	display:block!important;
	width:100%!important;
	height:80px!important;
	border-radius:3px!important;
	padding:20px!important;
	font-size:13px!important;
	margin-bottom:13px!important;
}
main.chat footer textarea::placeholder{
	color:#ddd!important;
}
main.chat footer img{
	height:30px!important;
	cursor:pointer!important;
}
main.chat footer a{
	text-decoration:none!important;
	text-transform:uppercase!important;
	font-weight:bold!important;
	color:#6fbced!important;
	vertical-align:top!important;
	margin-left:333px!important;
	margin-top:5px!important;
	display:inline-block!important;
}