.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background: linear-gradient(to right, #c0392b 0%, #f1c40f 50%, #27ae60 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 100;
}

.pass-percent {
  margin-right: 5px;
}
