.comment-form fieldset.filter-wrapper.form-wrapper,
.comment-form .form-item.form-type-item,
.comment-form .field-type-text-long.field-name-comment-body .form-item.form-type-textarea label {
  display: none;
}
.comment-form .form-actions .form-submit {
  margin-top: 10px;
}
#comments .title {
  display: none;
}
#comments .comment {
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#comments .comment>span a,
#comments .comment span.username {
  font-family: Georgia-bold;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #645e50;
  text-decoration: none;
}
#comments .comment .field-name-post-date {
  display: inline-block;
  margin-left: 10px;
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #645e50;
}
#comments .comment .field-name-comment-body {
  font-family: Georgia;
  font-size: 14px;
  color: #645e50;
  margin-top: -5px;
}
#comments .comment .field-name-comment-body p {
  margin: 0;
}
#comments .comment ul.links {
  display: none;
}
#comments .comment-form textarea {
  border-radius: 10px;
  border: 1px solid #dedede;
  background-color: #f3f2f0;
  font-family: Georgia;
  font-size: 14px;
  color: #645e50;
  outline: none;
}
#comments .comment-form .grippie {
  display: none;
}
#comments .comment-form input[type=submit] {
  border-radius: 10px;
  border: none;
  background-color: #9ad1a7;
  color: white;
  text-transform: uppercase;
  height: 37px;
  float: right;
  font-family: Oswald-Light;
}
#comments .open-comment {
  font-family: Georgia-Bold;
  font-size: 18px;
  color: #a0d4ac;
  cursor: pointer;
  margin-bottom: 20px;
}
#comments .connect-to-comment,
#comments .connect-to-comment a {
  font-family: Georgia;
  font-size: 16px;
  color: #645e50;
}
#comments .connect-to-comment {
  display: none;
}
#comments .comment-form {
  display: none;
}
.comment {
  padding-bottom: 15px;
  display: table;
  width: 100%;
}
.comment .user-picture {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.comment .user-picture img {
  height: 40px;
}
.comment .comment-user-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.comment .submitted {
  margin-bottom: 0;
}
.comment .submitted a.username {
  font-family: Georgia-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #645e50;
}
.comment .submitted span,
.comment .submitted time {
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #645e50;
}
.comment .submitted a.permalink {
  display: none;
}
.comment mark.new {
  display: none;
}
.comment .field-name-ds-user-picture {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.comment .field-name-ds-user-picture img {
  height: 40px;
}
