.tp-flow-process-bar-wrap span {
    float: left;
}
.tp-flow-process-bar-wrap span.step {
    width: 22px;
    height: 22px;
    background: url("../img/parentControlIcons.png") -130px -344px;
    position: relative;
}
.tp-flow-process-bar-wrap span.step.current {
    background: url("../img/parentControlIcons.png") -102px -344px;
}
.tp-flow-process-bar-wrap span.step.past {
    background: url("../img/parentControlIcons.png") -74px -344px;
}
.tp-flow-process-bar-wrap span.step.current span.text, .tp-flow-process-bar-wrap span.step.past span.text {
    color: #4acbd6;
}
.tp-flow-process-bar-wrap span.step.current span.text {
    top: 27px;
}
.tp-flow-process-bar-wrap span.step.current span.text.up {
    top: -17px;
}
.tp-flow-process-bar-wrap span.step span.text {
    position: absolute;
    top: 22px;
    width: 150px;
    left: -64px;
    text-align: center;
    color: #cccccc;
}
.tp-flow-process-bar-wrap span.step span.text.up {
    top: -22px;
}
.tp-flow-process-bar-wrap span.flow-bar {
    width: 165px;
    height: 2px;
    margin: 10px -5px;
    background: #cccccc;
}
.tp-flow-process-bar-wrap span.flow-bar.past {
    background: #4acbd6;
}