.field--name-field-mg-comments h2.title {
  display: inline-block;
  color: #000;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
}

.field--name-field-mg-comments .form-wrapper > .form-group {
  margin-top: 0;
}

.field--name-field-mg-comments label,
.field--name-field-mg-comments .grippie {
  display: none;
}

.field--name-field-mg-comments textarea {
  height: 70px;
  margin-bottom: 1rem;
  border-color: #cfd8dc;
  transition: all .2s ease-in-out;
}

.field--name-field-mg-comments textarea.active {
  height: 120px;
}

.field--name-field-mg-comments .form-actions {
  margin-bottom: 0;
}

.comment-user-info {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 3px solid #b0bec5;
}

.comment-user-info > div {
  display: inline-block;
  vertical-align: middle;
}

.comment-user-name {
  color: #42a5f5;
  font-weight: bold;
}

.comment-date {
  color: #b0bec5;
  font-size: 12px;
}

.comment {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: .889rem;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.87);
}

@media (min-width: 992px) {
  .comment {
    font-size: .889rem;
  }
}

.user-image {
  -ms-flex: 0 0 65px;
      flex: 0 0 65px;
  overflow: hidden;
  border-radius: 3px;
}

.user-image img {
  border-radius: 3px;
}

.indented .comment {
  margin-left: 4px;
}

.indented .comment .user-image {
  -ms-flex: 0 0 36px;
      flex: 0 0 36px;
}

@media (min-width: 768px) {
  .indented .comment {
    margin-left: 62px;
  }
}

.indented > .indented {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .indented > .indented {
    margin-left: 51px;
  }
}

.comment-links-wrapper {
  font-size: .7rem;
  text-transform: uppercase;
  color: #607d8b;
}

@media (min-width: 992px) {
  .comment-links-wrapper {
    font-size: 11px;
  }
}

.comment-links-wrapper a {
  color: #000;
  font-weight: bold;
}

mark {
  background: #f44336;
  padding: 0 .5rem;
  height: 14px;
  display: inline-block;
  font-size: 80%;
  line-height: 14px;
  color: #FFF;
}

/*# sourceMappingURL=sourcemaps/comments.css.map */
