.progress {
            height: 1.5em;
            width: 90%;
            background-color: #c9c9c9;
            position: relative;
            left: 5%;
            }
        .progress:before {
          content: attr(data-label);
          font-size: 0.8em;
          position: absolute;
          text-align: center;
          top: 5px;
          left: 0;
          right: 0;
        }
        .progress .value {
          background-color: #7cc4ff;
          display: inline-block;
          height: 100%;
          position:left;
        }