.comments {
  margin: 0;
  padding: 0;
}
.comments .form-wrapper .filter-wrapper {
  display: none;
}
.comments>article,
.comments>.indented {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.comments .indented article article,
.comments .indented article {
  margin: 0 0 30px 30px;
  background: #f7f7f7;
  padding: 1px 20px 20px;
  border-radius: 0px 20px 20px 20px;
}
.comments ul {
  list-style: none;
  padding: 0 !important;
}
.comments ul li {
  list-style: none !important;
  display: inline-block;
  margin: 0 15px 0 0;
}
.comments ul li a {
  font-size: 13px
}
.comments ul li:last-child {
  margin: 0;
}
.comments .form-actions {
  margin: 20px 0 0;
  padding: 0;
}
.comments h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.comments h3 a {
  color: #333;
  text-decoration: none;
}
.comments .author {
  font-size: 10.5px;
  font-style: italic;
  position: relative;
  display: block;
  margin: 0 0 10.5px;
}
.more-comment .field-label-above {
  color: #ff7b23;
  font-size: 22px;
  border-bottom: 1px solid #ff7b23;
  padding: 10px 0 4px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  clear: both;
  display: block;
}
.more-comment .field-label-above:before {
  content: "+";
  font-size: 28px;
  color: #fbd700;
  font-weight: 700;
  display: inline-block;
  width: 25px;
}
.more-comment .field-label-above.open:before {
  content: "-";
  font-size: 28px;
  color: #fbd700;
  font-weight: 700;
  display: inline-block;
  width: 25px;
}
.default__star {
  overflow: hidden;
  clear: left;
  margin: 20px 0 0 310px;
  position: relative;
  top: -20px;
}
#vote {
  margin: 0;
}
#vote .fivestar-basic {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0;
}
#vote .fivestar-basic .description {
  display: none;
}
.avis-elements {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}
.avis-elements .total-avis {
  font-family: 'Open Sans';
  line-height: normal;
  display: inline-block;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.avis-elements .donner-avis {
  font-family: 'Open Sans';
  line-height: normal;
  display: inline-block;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.replied-to {
  font-size: 12px;
  margin: -10px 0 5px;
  display: block;
}
