.goalProgress {
  background: gray;
  padding: 5px;
}

.progressBar {
  background: orangered;
  color: #fff;
  font-size: 1.2em;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  padding: 10px;
  display: block;
  overflow: hidden;
  width: 20px;
  text-align: right;
}

.goalAmount {
  display: none;
  text-indent: -9999px;
}

.progressBarText {
  background: transparent;
  color: gray;
  font-size: 1.1em;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  padding-top: 35px;
}