.feedback-content blockquote {
  background-color: #fafafa;
  font-size: 14px;
}

/* Feedbacks answers display */
.answer-container::before {
  border-bottom: 1px solid rgb(227, 227, 227);
  border-left: 1px solid rgb(227, 227, 227);
  content: '';
  display: block;
  height: 42px;
  left: 15px;
  position: absolute;
  width: 16px;
}
.answer-container {
  border-left: solid 1px rgb(227, 227, 227);
  margin-left: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
}
.answer-container > .panel {
  margin-bottom: -10px;
}
.answers {
  bottom: 20px;
  position: relative;
}
.answers .answer-container:last-child {
  border-left: solid 1px transparent;
  padding-top: 0;
}
.answers .answer-container:last-child > .panel {
  margin-bottom: 0;
  position: relative;
  top: 15px;
}
.answers .answer-container:last-child::before {
  height: 57px;
}
