.comment {
	min-height: 60px;
	margin-bottom: 5px;
	clear: both;
	overflow: auto;
}

.comment.highlight {
	border-radius: 10px;
	/*border: 2px solid #c6dacf;*/
	background-color: #e9eceb;
	padding: 10px;
}

.comment.highlight .hr:first-child {
	display: none;
}

.comment .comment-text .fa {
	color: #d7dbe0;
}

.comment-header {
	font-size: 12px;
	color: #606060;
	margin-bottom: 0px;
	margin-top: 4px;
	line-height: 14px;
}

.comment-nickname {
	font-weight: bold;
	color: #333;
}

.comment-reply-tool {
	margin: 0px;
	border-radius: 8px;
	background: #c6dacf;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #94b8a3;
}

.comment-reply-tool .comment-terms label {
	cursor: pointer;
}

.comment-picture {
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 6px;
	margin-bottom: 5px;
	max-height: 80px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	word-wrap: break-word;
	font-weight: bold;
	text-align: center;
}

.comment-picture img {
	max-height: 80px;
	width: 50px;
}

.comment_reply {
	margin-left: 60px;
}

#usercomment {
	padding: 8px;
}

.comment_reply .comment-text {
	margin-left: 60px;
	font-size: 13px;
	font-weight: 400;
}

.comment-text {
	margin-left: 60px;
	font-size: 14px;
	line-height: 1.6em;
	min-height: 40px;
}

.comment-text textarea {
	width: 100%;
	height: 50px;
	border-radius: 8px;
}

#replyinfo {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #909090;
}

.replytoname {
	color: #909090;
	font-style: italic;
	font-weight: bold;
}