
/****************************************/

/* comment list */

/****************************************/

.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ul
{
	list-style: none;
}

.comment
{
	margin-top: 1em;
	padding-top: 1em;
}

.comment .comment-body .comment-meta
{
}

.comment .comment-body .comment-meta .comment-author img
{
	min-height: 64px;
	margin-right: 10px;
}


.comment .comment-body .comment-content
{
	background-color: #ddd;
	padding: 15px 10px 5px;
}

.comment .comment-body .reply
{
	margin-top: 10px;
}
.comment .comment-body .reply a::before
{
	font-family: "FontAwesome";
	content: "\f112 ";
	/*content: "<i class="fa fa-reply"></i>";*/
	
	padding-right: 5px;
}

/****************************************/