.group--create-expense-action--template--create-expense-box {
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid silver;
  box-sizing: border-box;
}

.group--create-expense-action--template--field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.group--create-expense-action--template--button-row {
  display: flex;
  justify-content: flex-end;
}