.comment,
.comment_form {
  border: 1px dotted;
  border-color: #d1d0b4;
  background: #ff9273;
  color: #bf0633;
  padding: 1em;
}

.comment_header {
  float: left;
  background: #bf0633;
  color: #ff9273;
  border-color: #d1d0b4;
  border: 1px dotted;
  padding: .5em;
  margin-right: .5em;
  margin-bottom: .5em;
  font-size: 17px;
}

.comment_header .comment_date {
  font-size: 12px;
  font-style: italic;
}

.comment_body {
  padding: 1em;
}