.fundraising-wrapper {
  padding: 14px 0;
  text-align: center;
}
#fundraising {
  width: 100%;
  position: relative;
  margin: 3px;
  border-bottom: 1px solid #CEE5FF;
  border-right: 1px solid #CEE5FF;
  border-left: 1px solid #CEE5FF;
}

#fundraising,
#fundraising * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: rtl;
}

#fundraising .step {
  width: 100%;
  height: 20px;
  text-align: left;
  font-size: 11px;
  border-top: 1px solid #CEE5FF;
  line-height: 11px;
}

#fundraising .bar {
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 70px;
  height: 100%;
  border: 1px solid #215ca2;
  z-index: 3;
  background: #FED46E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fee3a2), to(#FED46E)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fee3a2, #FED46E); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #fee3a2, #FED46E); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #fee3a2, #FED46E); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #fee3a2, #FED46E);
}

#fundraising .still-to-collect {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

#fundraising .collected {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #417CC2;
  background-color: #417CC2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83adde), to(#417CC2)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #83adde, #417CC2); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #83adde, #417CC2); /* FF3.6+ */
  background-image:      -o-linear-gradient(top, #83adde, #417CC2); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #83adde, #417CC2);
}

.goal {
  color: #7D7D7D;
  font-size: 12px;
}