.comments {
  margin: 0;
}

.commentLinkWrapper {
  font-size: 16px;
  position: absolute;
  top: 201px;
  left: 155px;
}

.commentLink {
  font-size: 16px;
  font-weight: 400;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  color: #fff !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.commentLink:hover, .commentLink:focus {
  text-decoration: none;
}

#commentIcon {
  padding: 0;
  margin: 0 10px 0 0;
}

#comments label {
  font-size: 14px;
  font-weight: 500;
  color: #b2b2b2;
  margin-left: 0;
}

#comments input,
#comments textarea {
  background-color: #fff;
  width: 100%;
}

#comments input.form-submit {
  background-color: #0096e6;
  max-width: 170px;
}
/*# sourceMappingURL=comments.css.map */