.move-item-wrapper {
  display: flex;
}

.move-item-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.move-item-wrapper-inner-row {
  display: flex;
}

.move-item-wrapper-inner-row button {
  flex: 1 1 auto;
  margin: 2px;
}

.amount-arrow {
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  flex: 0 0 28px;
  padding: 0;
  line-height: 1;
}