.highlighted {
    color: black !important;
    background-color: yellow;
    font-weight: bold;
}

.step {
    position: relative;
    width: 80%;
    border-right: 2px dotted #999999;
    margin-bottom: 10px;
}

.step span {
    line-height: 2;
}

.step-line {
    line-height: 2;
}

.step-line .fa {
    opacity: 0.5;
}

.step-name {
    position: absolute;
    top: 0%;
    height: 100%;
    left: 105%;
    color: #999999;
}
