.progress-bar {
  background: #f6f6f6;
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  overflow: hidden;
  text-align: right;
  box-sizing: border-box;
  padding-right: 8px;
  font-size: 11px;
  .filled {
    background: #666;
    position: absolute;
    height: 25px;
    line-height: 25px;
    padding-right: 8px;
    color: #fff;
    padding-left: 8px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .filled.small {
    color: #666;
    padding: 0;
  }
}
