.comment_stream h3 {
  /* margin-bottom: 0; */
}

.comment_stream .comment .summary {
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
}

.comment_stream .comment {
  background-color: #fbf9fa;
  padding: 8px;
  border: 1px solid #cccccc;
  margin: 20px 0 0 0;
}

.comment_stream .comment .body p {
  margin: 10px 0 0;
}

.comment_stream .comment .doc_link {
  margin-top: 10px;
}

.comment_stream .comment .comment_profile_photo {
  max-width: 60px;
  max-height: 60px;
  float: right;
  margin: 0 5px 0 15px;
}

.comment_stream .comment {
  clear: both;
}

.comment_stream .comment img,
.comment_stream .comment iframe,
.comment_stream .comment video {
  max-width: 100%;
}

.comment_stream .comment img,
.comment_stream .comment video {
  max-height: 300px;
}

.comment_stream .comment .date_and_time {
  float: right;
  clear: right;
  font-size: 10px;
  text-align: center;
  width: 70px;
  color: #333333;
}

.comment_stream p.instructions {
  margin: 10px 0 5px;
}

.comment_stream .see_more {
  margin-bottom: 0;
}