/* Ultimate Reviewer Mods */

.gpur-element-wrapper.gpur-in-comment {
  margin-bottom: 20px;
}
li.comment article {
  padding-bottom: 15px;

  border-bottom: 1px solid rgb(238, 238, 238);
}
#comments .gpur-comment-count {
  margin-bottom: 0 !important;
}
.comment-list .gpur-clear + li {
  padding-top: 25px;
}

#respond .gpur-required {
  border-color: #ff0000 !important;
}
#respond .gpur-required.gpur-add-user-ratings-wrapper {
  margin-bottom: 20px;
  padding: 20px;

  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.gpur-element-wrapper.gpur-rating-summary {
  border: 0;
}
.gp-align-center.gpur-element-wrapper.gpur-rating-summary
  .gpur-show-rating-wrapper {
  text-align: center;
}
.gp-align-center.gpur-element-wrapper.gpur-rating-summary
  .gpur-bootstrap-wrapper {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .gpur-element-wrapper.gpur-rating-summary .gpur-show-rating-wrapper {
    width: 100%;
  }
}