#session-comments-wrap {
  margin-top: 40px;
  border: 2px solid #ededed;
}
#session-comments-wrap.no-comments {
  background-color: #f5f5f5;
}
#session-comments-wrap #block-heading {
  font-size: 28px;
  font-style: normal;
  padding: 30px 20px 20px;
  display: inline-block;
}
#session-comments-wrap #comments-description {
  padding-bottom: 30px;
  font-size: 15px;
}
#session-comments-wrap ul {
  list-style: none;
}
#session-comments-wrap ul,
#session-comments-wrap ul li {
  margin-bottom: 0;
}
#session-comments-wrap > .item-list > ul > li {
  margin-left: 0;
}
#session-comment {
  margin: 0 5px;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin-bottom: 3px;
  border-left: 4px solid #ededed;
  border-right: 1px solid #ededed;
}
#session-comment.odd {
  background-color: #fafafa;
}
#session-comment.last {
  border-bottom: 0px;
}
.c-author-details .auth-name,
.c-author-details .created-date {
  font-size: 14px;
}
.comment-details .comment-title h3 {
  font-size: 18px;
  margin: 0;
}
.comment-details .comment-body {
  display: inline-block;
  font-size: 16px;
}
.comment-details .comment-body p {
  margin: 4px 0;
}
.comment-details .comment-links {
  font-size: 12px;
}
.comment-details .comment-links .ecl-link {
  color: grey;
}
.comment-details .comment-links .ecl-link:focus,
.comment-details .comment-links .ecl-link:hover {
  color: #404040;
}
#edit-ewrc-comment {
  border: 2px solid #ededed;
  min-height: 50px;
  padding-bottom: 10px;
  max-width: unset;
}
#edit-ewrc-comment > legend {
  margin-left: 10px;
}
#edit-ewrc-comment .fieldset-legend {
  padding-left: 20px;
}
#edit-ewrc-comment .fieldset-legend .fieldset-title {
  font-size: 18px;
  font-style: normal;
}
#edit-ewrc-comment .fieldset-wrapper {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#login-link {
  font-size: 15px;
  padding: 0 6px;
  margin-top: 1.66rem;
}
