/*
*	2012-2015
*	NOTICE OF LICENSE
*
* 	2019 v1.1.0
*
*  @author    ASCENS <info@ascens.fr>
*	@name YouHaveAMessage
*	@copyright ASCENS
*  @license   ASCENS
* 	Do not edit or add to this file if you wish to upgrade YouHaveAMessage to newer
* 	versions in the future.
*/

#youhaveamessage {
	max-width:991px;
	margin:20px auto;
}

#youhaveamessage .message-item {
	margin:15px 15px 30px;
	color:#000;}

#youhaveamessage .message-item .message-content {
	background:#F0F0F0;
	color:#333;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	min-height:100px;
	padding:20px;}

#youhaveamessage .message-item.from_customer .message-content {
	background:#E74C3C;
	color:#fff;}

#youhaveamessage .message-item.from_customer .message-picture {
	padding-top:10px;
}

#youhaveamessage .message-item .message-date {
	color:#888;}