.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;
}

.move-item-count-input {
  width: 100%;
  margin: 2px;
  box-sizing: border-box;
  text-align: center;
  background-image: url("../png/bg3.png");
  color: white;
  border: 1px solid black;
  font-weight: bold;
}