.feedback-form[data-v-330fdbaf] {
  max-width: 960px;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
.feedback-form table[data-v-330fdbaf] {
    width: 100%;
}
.feedback-form .form-title[data-v-330fdbaf] {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.feedback-form th[data-v-330fdbaf] {
    background-color: #f5f5f5;
    font-weight: normal;
    white-space: nowrap;
}
.feedback-form td[data-v-330fdbaf],
  .feedback-form th[data-v-330fdbaf] {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 0.9em;
}
.feedback-form .el-select[data-v-330fdbaf] {
    width: 100%;
}
.feedback-form .el-checkbox[data-v-330fdbaf] {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin-left: 10px;
    margin-right: 10px;
}
.feedback-form[data-v-330fdbaf] .el-form-item__error {
    background-color: #f56c6c;
    color: #fff;
    padding: 3px 10px;
    border-radius: 25px;
    float: right;
}

