.user-children-form-edit .choice {
  font-size: 14px;
  font-weight: bold;
}
.user-children-form-edit .choice-gray {
  background-color: #eaeaea;
}
.user-children-form-edit .children-data {
  margin-top: 15px;
}
.user-children-form-edit .children-data .row {
  margin-top: 10px;
}
.user-children-form-edit .children-data input[type=text] {
  border: 1px solid #FF6500;
  height: 35px;
  padding: 0 3px;
  width: 100%;
}
.user-children-form-edit .children-data input[readonly] {
  cursor: pointer;
  color: rgb(102, 102, 102);
}
.user-children-form-edit .children-data a.remove-child {
  display: block;
  color: red;
  height: 35px;
  line-height: 35px;
}
.user-children-form-edit .save-row {
  margin-top: 15px;
}
.user-children-form-edit .save-row button {
  min-width: 200px;
}