.messages {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.message {
  background-color: #cfc;
  width: 90%;
  margin: 10px auto;
  padding: 10px;
  border: solid 1px #8a8;
  border-radius: 10px;
  text-align: center;
  transition: all 1s;
  pointer-events: auto;
}

.customize_element_editor {
  border-left: solid 1px #888;
  padding-left: 10px;
}

.customize_element_editor dt {
  font-weight: bold;
}

.customize_element_editor input[type="text"] {
  width: 400px;
  max-width: 90%;
}