
.comment-form {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ddd;
	background: #f2f2f2;
}

.comment-form .field-captcha {
	font-size: 11px;
}

.comment-form [name="security_code"] {
	width: 80px;
	padding: 4px 6px;
}

.comment + .comment {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.comment__head {
	margin-bottom: 5px;
	line-height: 30px;
}

.comment__ava {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.comment__name {
	font-weight: bold;
}

.comment__date {
	color: #999;
	font-style: italic;
}

.comment__body img {
	display: block;
	max-width: 100%;
	height: auto !important;
}