.display-flex {
	display: flex
}

.product-evaluation {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	padding-bottom: 30px;
}

.product-review {
	margin-bottom: 10px;
}

.product-review + .product-review {
	border-top: 1px solid #ccc;
}

.product-review .evaluation-date {
	flex: 0 1 auto;
	padding-right: 10px;
	margin: auto;
}

.product-review .evaluation-comment {
	flex: 1 1 auto;
	margin: auto;
}

.product-review .evaluated-by {
	flex: 0 1 auto;
	padding-left: 10px;
	margin: auto;
}

.color-red {
	color: #db0e2c;
}

.message-list-item-row-received .row-custom img {
	width: 30%;
	float: left;
	padding: 20px 0;
}
.message-list-item-row-sent .row-custom img {
	width: 30%;
	float: right;	
	padding: 20px 0;
}