#new_comment_form .star {
  cursor: pointer;
}
#new_comment_form .star > a {
  display: none;
}
#criterions_list {
  padding-top: 10px;
  margin-bottom: 20px;
}
#criterions_list > li {
  width: 105px;
}
#criterions_list > li label {
  text-align: left;
}
.comments_detail ul {
  list-style-type: none;
}
.comments_detail ul li {
  min-height: 20px;
}
.comments_detail ul li > .usefulness_btn:first-child {
  margin-left: 10px;
  border-right: none;
}
.comments_detail ul li .report_btn {
  cursor: pointer;
}
.comments_detail ul li .report_btn:hover {
  text-decoration: underline;
  background-color: #ededed;
}
.cancel {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
.cancel a {
  display: block;
  width: 100%;
  height: 100%;
}
/* background image cancel ratings */
.cancel:after,
.cancel a:after,
.cancel.star_on:after,
.cancel.star_on a:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  z-index: 1;
  position: absolute;
  left: 2px;
  font-size: 80%;
  color: #900A00;
}
#product_comparison a[title="on"] {
  display: none;
}
#product_comparison .comments-wrap {
  padding: 10px;
}
#product_comparison .comments-wrap .comment {
  padding: 10px 0;
}
#product_comparison .comments-wrap .comment .comment-date {
  color: #777676;
  font-weight: 100;
}
#comment_box {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  color: #737373;
  padding: 10px 5px;
}
#comment_box .star_content {
  width: 90px;
}
#comment_box .note-text {
  vertical-align: top;
  padding-right: 5px;
}
.break-word {
  white-space: normal;
}