/* Styles for the track-progress-bar directive element */
.progress-bar-bkgd {
    width: 100%;
    height: 30px;
    border: none;
    margin: 0 2px 0 2px;
    background-color: rgba(255,255,255,0.45);
    border-radius: 5px;
    border: 1px solid #ccc;
}

.progress-bar-marker {
  width: 0px;
  background-color: #337ab7;
  height: 100%;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}