body{
    padding-top: 100px;
}
#content{
    min-height: 600px;
}
footer{
    padding: 40px 0;
    background: #f5f5f5;
}
.steps{
    margin: -30px 0 50px 0;
}
.steps .step{
    width: 200px;
    border-bottom: 1px solid #000;
    position: relative;
    float: left;
}
.steps .step p{
    position: relative;
    top: 30px;
}
.steps .step span{
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
    top: 21px;
}
.steps .step-l{
    width: 0;
}
.steps .step.current span:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100%;
    top: 11px;
    left: 11px;
}
.users p span{
    text-decoration: underline;
    cursor: pointer;
}
.users p a{
    display: none;
    padding: 0 5px !important;

}
.users p:hover a{
    display: inline-block;
}