.task-comment-box {
  background: #fafafa;
  width: fit-content;
  max-width: 66%;
  padding: 14px 21px;
  border-radius: 14px;
  color: white;
  clear: both;
  margin-bottom: 7px;
}

.task-comment-box.own-comment {
  background: #008CBA;
  border: 1px solid #007095;
  border-bottom-right-radius: 0;
  float: right;
}

.task-comment-box.foreign-comment {
  background: #007095;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 0;
}

.comment-input {
  clear: both;
}

.comments-user-name {
    display: block;
    font-size: 12px;
    color: #fafafa;
}

.task-description {
  background: #fafafa;
  /* width: fit-content; */
  padding: 14px 21px;
  border: 1px solid #cecece;
  /* border-radius: 14px; */
  clear: both;
  margin-bottom: 7px;

}
