jf-progress {
  /* Container Styles */
  display: block;
  border-radius: 4px;
  overflow: visible;
  white-space: nowrap;

  /* Bar Styles (The "Fill") */
  color: #fff;
  text-align: center;
  padding: 0.25rem 0;
  background-color: #0d6efd;

  /* Ensures the percentage width from the inline style
     applies to the visual 'fill' of the bar */
  box-sizing: border-box;
}
