﻿#form-adq .editor-label,
#form-adq .editor-field,
#form-adq .editor-textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

#form-adq .editor-textarea {
  margin: 0;
  padding: 4px 4px 6px;
  resize: none;
}

#form-adq .editor-label {
  padding: 0;
}

#form-adq .editor-text {
  margin-bottom: 10px;
}

#form-adq .divider {
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

#form-adq .action-button {
  color: white;
  padding: 6px 8px;
}

/*# sourceMappingURL=ADQ.css.map */