.feedback {
  color: #333333;
}
.feedback .feedback-header {
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #BBBBBB;
}
.feedback .feedback-header img {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.feedback .feedback-content {
  padding: 40px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  max-height: 500px;
  overflow-y: auto;
}
.feedback .feedback-content .content-details {
  width: 808px;
  margin: 0 auto;
}
.feedback .feedback-content p {
  /*text-indent: 2em;*/
  padding: 0 14px;
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
.feedback .feedback-content h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.feedback .feedback-content .bg {
  padding: 10px 14px;
  background-color: #EEF7FF;
  letter-spacing: 1.6px;
}
