.survey-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0 auto;
}
.survey-container table.survey-table {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.survey-container table.survey-table tr.survey-title td {
  font-size: 14px;
  font-weight: bold;
}
.survey-container table.survey-table th,
.survey-container table.survey-table td {
  text-align: left;
  padding: 4px;
}
.survey-container table.survey-table th.centered,
.survey-container table.survey-table td.centered {
  text-align: center;
}
.survey-container table.survey-table td hr {
  border-top: 1px solid #dfdfdf;
}
.survey-container table.survey-table table.evaluation {
  width: 100%;
}
.survey-container table.survey-table table.evaluation td.small {
  width: 80px;
}
/*# sourceMappingURL=styles.css.map */