.app-body {
  margin: 0;
  overflow: auto !important;
}

.currencyInput:first-of-type + div > input {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

.currencyInput:first-of-type + div > input:focus {
  border-color: #4c4c4c !important;
}

.defaultCurrencyInput:first-of-type + div > input {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
