.progress {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #e4e4e4;
    color: #3d3d3d;
    text-align: center;
    height: auto;
}
ol, ul {
    list-style: outside none none;
}
.progress li:first-child {
    margin: 0;
}
.progress .active {
    color: #333;
}
.progress li {
    color: #bbb;
    display: inline-block;
    margin-left: 25px;
}
.progress .divider {
    background: transparent url("https://d9rsomr8hqjlz.cloudfront.net/Include/Content/Images/sprite.png") no-repeat scroll -20px -144px;
    height: 25px;
    position: relative;
    top: 6px;
    width: 14px;
}
.progress .active .bullet {
    background: #861035 none repeat scroll 0 0;
}
.progress .bullet.accountCreation {
    padding: 1px;
}
.progress .bullet {
    background: #bbb none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    margin: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 21px;
}