.clearfix {
  clear: both; }

.forlife-progress__holder {
  padding: 30px 0; }
.forlife-progress__progress-bar-outer {
  width: 300px;
  height: 30px;
  border: 1px #6bd19d solid;
  position: relative;
  display: inline-block;
  float: left; }
.forlife-progress__progress-bar-inner {
  height: 100%;
  background-color: #6bd19d;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 10; }
.forlife-progress__percentage {
  font-size: 14px;
  position: absolute;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  line-height: 30px;
  z-index: 100;
  color: #373737; }
.forlife-progress__text {
  display: inline-block;
  font-size: 14px;
  color: #373737;
  line-height: 32px;
  float: left;
  margin-left: 10px; }

/*# sourceMappingURL=forlife-progress.css.map */
