section.comments {
  border-top: 1px solid #cdcdcd;
  padding: 10px 10px 10px 10px;
  position: relative;
  margin-bottom: 0;
}

section.comments button.delete_comment,
section.comments button.show_all_comments {
  background: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #2f98d9;
  font-size: 12px;
}

section.comments form {
  margin: 0;
  width: 476px;
  position: relative;
}

section.comments .commenter_pic img.profile_picture {
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
}

section.comments input[type=text] {
  height: 30px;
  margin: 5px 0 5px 0;
  width: 396px;
}

section.comments input[type=text]::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 20px;
}

section.comments input[type=text]::-moz-placeholder {
  font-size: 11px;
  line-height: 20px;
}

section.comments input[type=text]:-ms-input-placeholder {
  font-size: 11px;
  line-height: 20px;
}

section.comments input[type=text]::placeholder {
  font-size: 11px;
  line-height: 20px;
}

section.comments input[type=submit] {
  background: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: 0 3px 3px #fff;
  border: solid 1px #2f98d9;
  color: #2f98d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 7px;
  text-transform: uppercase;
  margin: 5px 7px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
}

section.comments ol.comments {
  margin: 0;
  padding-right: 10px;
}

section.comments ol.comments li.comment {
  list-style: none;
  margin-top: 10px;
  min-height: 40px;
  padding-left: 50px;
  position: relative;
}

section.comments ol.comments li.comment a.commenter {
  font-weight: 700;
  float: left;
}

section.comments ol.comments li.comment .delete_comment,
section.comments ol.comments li.comment .timestamp {
  font-size: 10px;
  float: right;
}

section.comments ol.comments li.comment .delete_comment {
  font-size: 11px;
  font-weight: 600;
  display: none;
}

section.comments ol.comments li.comment .timestamp {
  line-height: 16px;
  margin-left: 0.5em;
}

section.comments ol.comments li.comment .additional_information {
  width: 200px;
  float: right;
}

section.comments ol.comments li.comment div.timestamp,
section.comments ol.comments li.comment p.comment_content {
  color: #666666;
  word-wrap: break-word;
}

section.comments ol.comments li.comment.deletable div.additional_information > button.delete_comment {
  display: inherit;
}

section.comments ol.comments li.comment.deletable div.additional_information > div.timestamp:before {
  content: '| ';
}

section.comments .loading_msg, section.comments .thread_error {
  padding: 10px;
}

#workout_replies {
  border-top: 0;
}

#workout_replies header {
  border-bottom: 1px solid #c3c2c2;
}

#workout_replies > .likes {
  margin-bottom: 0;
}

#workout_replies > .likes ul {
  margin: 0;
}

#workout_replies #workout_comments {
  padding: 0;
}

#workout_replies #workout_comments .comments {
  width: 100%;
}

#workout_replies #workout_comments .comments .comment, #workout_replies #workout_comments .comments form {
  width: 560px;
}

#workout_replies #workout_comments .comments .comment {
  padding-top: 12px;
  padding-left: 60px;
  min-height: 60px;
  border-bottom: 1px solid #c3c2c2;
}

#workout_replies #workout_comments .comments .comment .profile_picture {
  height: 50px;
  top: 6px;
}

#workout_replies #workout_comments .comments .comment .comment_content {
  padding-bottom: 10px;
  width: 100%;
}

#workout_replies #workout_comments .comments .comment:last-child {
  border-bottom: 0;
}

#workout_replies #workout_comments .comments .comment form .new_comment {
  width: 485px;
}

#workout_replies .show_all_comments {
  padding-top: 16px;
}

#feed .comments {
  margin-bottom: 0;
}

#feed .comments .commenter_pic img.profile_picture {
  height: 40px;
}

.likes_summary {
  padding: 10px 10px 6px;
  vertical-align: top;
}

.likes_summary a {
  color: #2f98d9;
  display: inline;
  padding: 0;
  vertical-align: top;
}

.likes_summary a.like {
  padding-right: 10px;
}

.likes_summary a.like:before {
  content: url("/public/images/min/feed/replies/Heart.ef582ca34be7.png");
  height: 18px;
  top: 3px;
  width: 18px;
}

.likes_summary a.like.liked:before {
  content: url("/public/images/min/feed/replies/Heart_Red.96fa4e8bf31a.png");
}
