.sp2-issue-comment {
  border: 1px solid #CCC;
  border-radius: 2px;
  margin: 1em 0;
}

.sp2-issue-comment__author {
  background: #EEE;
  padding: 1em;
}

.sp2-issue-comment__date {
  margin: 0 1em;
}

.sp2-issue-comment__body {
  padding: 1em;
}

.sp2-issue-comment__body img {
  max-width: 100%;
}

.sp2-issue-comment__body img:hover {
  max-width: none;
}
