.comment-list li {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f0f0f0;
	border-radius: 10px;
}

.comment-list li:before {
	content: ' ';
}

.comment-list .info {
	float: right;
	min-height: 0;
}
.comment-list .text .visual img {
	max-height: 100px;
}

.comment-list .reviews-post-reply-buttons {
	margin-top: 20px;
}

.comment-list .reviews-post-reply-buttons noindex a {
	padding: 10px 20px;
	background-color: #005fb1;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
}

.comment-list .reviews-post-reply-buttons noindex a:hover {
	background-color: #00315c;
}