.comments .comment {
  padding: 5px;
  margin: 5px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.comments .comment .comment-header {
  display: block;
  margin-bottom: 5px;
}

.comments .comment .comment-header .image {
  float: left;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  border: solid 1px #aaa;
}

.comments .comment .comment-header h5 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.comments .comment .text {
  font-size: 12px;
}

.comments .comment .date {
  float: right;
  font-size: 10px;
  color: #aaa;
}

.comments .comment .edit {
  float: right;
  margin-left: 5px;
  font-size: 10px;
  text-transform: lowercase;
}

.comments .comment .text p {
  margin: 0;
}

.comments .comment-form textarea {
  resize: none;
}

.comments .comment-form .actions {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

.comments .comments-summary {
  padding: 5px;
  margin: 5px;
  font-size: 12px;
}

.comments .comments-summary .record-display {
  float: right;
  color: #90949c;
}
