#checkupB .steps {
    margin: 20px 0;
}
#checkupB .steps li {
    border-top: 1px dashed #d5dde1;
    padding: 13px 10px 10px 45px;
    background: #fff;
    position: relative;
    height: 25px;
}
#checkupB .steps li.odd {
    background: #f3f7fa;
}
#checkupB .steps li.last {
    border-bottom: 1px dashed #d5dde1;
}
#checkupB .steps li span {
    background-position: 0 -355px;
    width: 30px;
    height: 33px;
    float: left;
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}
#checkupB .steps li p {
    color: #2f3a42;
    font-size: 13px;
    line-height: 16px; 
}
