.thermometer {
  margin: 0 auto;
  padding: 0;
  width: 80px;
  height: 280px;
  position: relative;
  background: #1D15E9;
  border: 0 solid #1d1d1d;
  border-radius: 0;
  background: #002758;
}

.thermometer .track {
  height: 280px;
  width: 80px;
  border: 0;
  position: relative;
  margin: 0 auto;
  background: #e6e6e6;
  background-position: 0 -1px;
  background-size: 100% 0;
}

.thermometer .goal {
  position: absolute;
  top: 0;
  left: 100%;
}

.thermometer .progress {
  height: 0;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed1e40;
  overflow: visible !important;
}

.thermometer .goal .amount,
.thermometer .progress .amount {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.thermometer .goal .amountCash,
.thermometer .progress .amountCash {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.thermometer .goal .amount {
  color: #ed1e40;
  padding-left: 5px;
}

.thermometer .goal .amountCash,
.thermometer .goal .amountNumeral {
  color: #ed1e40;
  padding-left: 5px;
}

.thermometer .goal {
  color: #e6e6e6;
  padding-left: 5px;
}

.thermometer .progress .amount {
  position: absolute;
  left: -40%;
  padding-right: 5px;
  color: #ed1e40;
}

.thermometer .progress .amountCash,
.thermometer .progress .amountNumeral {
  position: absolute;
  left: -70%;
  padding-right: 5px;
  color: #ed1e40;
}
