
.comment-list{
	list-style:none;
	margin:0;
	padding:0;
}
.comment-content{
	background:#F6DEF0;
	width:275px;
	padding:20px;
	margin-bottom:10px;
	border-radius:10px;
}
.comment-meta{
	font-size:.7rem;
	font-weight:bold;
	color:#2D686D;
}
.buyer-comment{

}
.seller-comment{
		margin-left:calc(100% - 257px)
}
.seller-comment .comment-content{
	background:#E0F4E5;
}