.progress-indicator-stage {
    position: relative;
}

.progress-indicator-stage div.progress-indicator-container {
    position: absolute;
    left: 45%;
    top: 0;
    width: 10%;
    overflow: hidden;
}

.progress-indicator-label-container span {
    font-size: 1rem;
}

.progress-indicator-label {
    max-width: 100%;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
}