/*
 * Copyright (c) 2018. Space LLC
 */

.comment {
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.comment:last-child {
	border: none !important;
}
.selfUserAnswers_item > .comment {
	padding-bottom: 10px!important;
}

.comments-list {
	margin-left: 20px;
	background: #ffffff;
	padding: 10px;
	border-radius: 5px;
}

.comments-list .kmfdm-man__image {
	border: 1px solid #cccccc !important;
}

.comment-avatar {
	margin-right: 9px;
}

.comment-avatar img {
	border-radius: 50%;
	border: 1px solid #cccccc;
}

.comment_body {
	flex: 1 0 auto;
	width: calc(100% - 285px);
}
.comment_task_status {
	display: flex;
	justify-content: flex-end;
}

.comment-helper .offset-bottom{
	margin-bottom: 15px!important;
}
.comment-helper .comment {
	border: 1px solid #ccc;
}
.comment-helper:last-child .comment {
	border: none!important;
}

.comments-list .kmfdm-man__image{
	width: 40px!important;
	height: 40px!important;
	max-width: 40px!important;
	max-height: 40px!important;
	border-radius: 50%!important;
}
.comments-list .kmfdm-man__body {
	padding-left: 50px!important;
}

.comment_body_text {
	max-height: 100px;
	overflow-y: auto;
	padding-left: 10px;
}
.comment-remove {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.comment_user {
	width: 270px;
	padding-right: 15px;
}
.comment {
	display: flex;
	flex-direction: row;
}