.comment-author a {
color:black;
text-decoration:none;
}
.commentlist {
    padding-bottom: 10px;
    margin: 25px 0 10px;
}

.commentlist > li:first-child {
  padding-top: 0;
  margin-top: 0;
}

.comment-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}

.comment-avatar {
  position: absolute;
  height: 30px;
  top: 15px;
  left: -20px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.comment-avatar span {
  width: 40px;
  height: 40px;
  left: 0px;
  margin-bottom: 15px;
  font-size: 16px !important;
  font-family: inherit !important;
  margin-bottom: 15px;
  line-height: 1.7;
  text-align: left !important;
}

.comment-avatar img {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}

.media-object {
  margin: 0 !important;
}
/*# sourceMappingURL=comments.css.map */