.balance-row {
  padding: 5px;
  border-top: 1px solid #f0f0f0;
}

.balance-cell-header {
  width: 90px;
  margin-right: 5px;
}

.balance-cell-grey {
  padding: 5px;
  border-radius: 5px;
  background: #f3f3f3;
}

.w75px {
  width: 75px;
}

.unzoom {
  margin: 15px;
  border-radius: 5px;
}
.unzoom:hover {
  background: #f3f3f3;
}

.opacity-half {
  /* Cannot be "50%" due to a bug: https://github.com/facebook/create-react-app/issues/7980 */
  opacity: 0.5;
}


/*# sourceMappingURL=application-949217c5.css.map*/