#stepper8 {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#stepper8 .active {
    color: #000000
}

#stepper8 li {
    list-style-type: none;
    font-size: 10px;
    width: 12.5%;
    float: left;
    position: relative
}

#stepper8 #step-register:before {
    font-family: FontAwesome;
    content: "\f02d"
}

#stepper8 #step-upload:before {
    font-family: FontAwesome;
    content: "\f093"
}

#stepper8 #step-pass1:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#stepper8 #step-review:before {
    font-family: FontAwesome;
    content: "\f02d"
}

#stepper8 #step-pass2:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#stepper8 #step-bookmark:before {
    font-family: FontAwesome;
    content: "\f02e"
}

#stepper8 #step-confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#stepper8 li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#stepper8 li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#stepper8 li.active:before,
#stepper8 li.active:after {
    background: skyblue;
}

.font-stepper8 {
	color: #497e94
}
