.comment-explanation {
  position: absolute;
  padding-top: 5px;
}

.content-align > p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comment-disallowed {
  color: red;
}

.divider {
  background: #000000;
  height: 1px;
}

.group-stars {
  display: inline-table;
}

#rateable .rating-star {
  cursor: pointer;
  margin-bottom: 2px;
}

.rating-star {
  height: 16px;
  width: 16px;
  margin-bottom: 4px;
  color: #FFCA00;
}

.reply {
  margin-left: 30px;
}

.unapproved {
  color: #808080;
  background-color: #EEEEEE;
}

.wrap-text {
  word-wrap: break-word;
}

.comment-content {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.char-count {
  text-align: right;
  color: #808080;
}

.comment-count {
  color: #808080;
}

.char-count {
  text-align: right;
  color: #808080;
}

.comment-count {
  color: #808080;
}

.notice-container{
  background-color: blanchedalmond;
  padding: 10px;
  border-radius: 10px;
}

.char-count {
  color: #808080;
  text-align: right;
  right: 10px;
  bottom: 10px;
  font-size: 0.9em;
}

.comment-contents {
  position: relative;
}

textarea {
  padding-bottom: 25px; /* Adjust padding to account for char-count */
}

label.radio {
  margin-right: 24px;
  display: inline-block;
}

.resize-vertical {
  resize: vertical;
}
