.vrcstepsbarcont {
    margin-bottom:25px;
}

li.vrc-step.vrc-step-complete {
    background-color: #cd2e2e;
}

.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete:after {
    border-left-color: #cd2e2e!important;
}

.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete a {
    color:white;
}

.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:before {
    color: white;
    border: 2px solid white;
}

.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:hover:before {
    background: white;
    color: #cd2e2e;
}

.vrcstepsbarcont .vrc-stepbar li.vrc-step-current > *:before {
    color: #fff;
    background: #cd2e2e;
    border: 2px solid #cd2e2e;
}

.vrc-showprc-prices-inner .vrc-showprc-price-row:hover, .vrc-showprc-prices-inner .vrc-showprc-price-row.vrc-showprc-price-selected {
    border-color:#777777
}