.editable_content .district ol {
  list-style-type: decimal;
  margin-left: 20px
}

.editable_content .district ul {
  list-style-type: disc;
  margin-left: 20px
}

.check_msg_notice {
  color: green
}

.check_msg_warning {
  color: #ff6347
}

.check_msg_err {
  color: red;
  font-weight: bold
}