#processSequence {
    width: 600px;
    margin: auto;
    padding-top: 1em;
    padding-bottom:  1em;
}


@media screen and (max-width: 599px) {
    #processSequence{
        width: 100%;
        min-width: 320px;
        font-size: 0.5em;
    }
}


#processSequence table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#processSequence td{
}


#breadcrumbs-two ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs-two{
    overflow: hidden;
    width: 100%;
}

#breadcrumbs-two li{
    float: left;
    margin: 0 1.5em 0 0;
    width: 75%;
}

#breadcrumbs-two div{
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    background: #d7e1e3;
    padding-top: .7em ;
    padding-bottom:  .7em ;
    padding-left:   .3em;
    padding-right: .3em  ;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
}

#breadcrumbs-two div.current{
    background: #e466a5;
    color: #fff;
}
#breadcrumbs-two div.current::after{
    border-left: 1em solid #e466a5;
}


#breadcrumbs-two li div::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    border-top: 1.3em solid transparent;
    border-bottom: 1.3em solid transparent;
    border-left: 1em solid #d7e1e3;
    right: -1em;
}

#breadcrumbs-two li div.lastSequence::after{
    content: "";
    position: absolute;
    border: 0;
}
