.field--type-comment h2 {
  font-size: 22px;
  color: #FFF;
  background-color: #0288D1;
  padding: 15px 20px;
  border-radius: 5px;
}
.field--type-comment .indented {
  margin-left: 35px;
}
.field--type-comment .comment-form .button {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.field--type-comment .comment-form label {
  display: none;
}

.comment-item .comment-img img {
  border-radius: 50%;
  border: 2px solid #FFF;
  width: 80px;
  height: 100%;
  margin-right: 15px;
  z-index: 3;
}
.comment-item .value > div {
  margin-bottom: 15px;
}
.comment-item .comment-links > li {
  padding: 0 !important;
}
.comment-item:last-child {
  margin-bottom: 15px;
}
.comment-item .left-area {
  display: inline-block;
  width: 15%;
  padding: 2%;
  float: left;
}
.comment-item .right-area {
  display: inline-block;
  padding: 20px;
  width: 85%;
}
.comment-item .right-area .created {
  color: #929292;
  font-size: 13px;
  font-weight: 600;
}
.comment-item .right-area .created:before {
  content: "\e90e";
  font-family: "gm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  margin-right: 3px;
  font-weight: 900;
}

.indented .comment-item {
  border-radius: 5px;
  background-color: #FFF;
  margin-top: 20px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .comment-item .left-area {
    width: 100%;
    padding: 10px 0px 0px 20px;
    float: unset;
  }
  .comment-item .right-area {
    padding: 10px 20px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .comment-item .btn-blue-small {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=comment.css.map */
