.bar-received {
   background: #a0cc36;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border-right: 1px #888 solid;
}

.bar-goal {
   background: #f0f0f0;
   height: 3rem;
   width: 75%;
   position: relative;
   margin-bottom: 3rem;
   margin-left: auto;
   margin-right: auto;
   border: 1px #888 solid;
   border-radius: 2rem;
   overflow: hidden;
}

.donation-progress {
   text-align: center;
}
		