#edit_memory-err {
  color: #d44;
  min-height: 20px;
  font-size: 13px;
  text-align: center;
}

#edit_memory-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
  box-sizing: border-box;
}

#edit_memory-panel .panel-wrapper {
  display: flex;
  flex-direction: column;
}

#edit_memory-form {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#edit_memory-form > label:not(.panel-form-select-row) {
  display: block;
  margin-bottom: 6px;
  color: #5e6578;
  font-size: 13px;
  font-weight: 600;
}

#edit_memory-matching-row {
  margin-bottom: 12px;
}

#edit_memory-triggers-help {
  margin: -2px 0 8px;
  color: #6e7586;
  font-size: 12px;
  line-height: 1.35;
}

#edit_memory-form textarea,
#edit_memory-form input {
  width: 100%;
  max-width: 320px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 12px;
  box-sizing: border-box;
  resize: vertical;
}

#edit_memory-memory {
  min-height: 88px;
}

#edit_memory-triggers {
  min-height: 92px;
}

