.CommentItem {
  padding: 6px;
  color: #242629;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}

.CommentItem:first-child {
  border-top: 1px solid #f0f0f0;
}

.CommentItem__votes {
  width: 25px;
  flex-shrink: 0;
  color: #6a737c;
}

.CommentItem__content {
  flex-grow: 2;
}

.CommentItem__content p {
  margin-bottom: 0;
  display: inline;
}

.CommentItem__content img {
  max-width: 100%;
}

.CommentItem__date {
  color: #9099a1;
}

.CommentItem__user {
  white-space: nowrap;
}

.CommentItem__edit {
  color: #9099a1;
  margin-left: 20px;
}

.CommentItem__delete {
  color: #b4767d;
  margin-left: 10px;
}

.CommentItem__edit,
.CommentItem__delete {
  cursor: pointer;
}
