﻿.step-info {
    font-size: 14px;
    color: #808080;
}

.step-info .bubble {
    background: #787878;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding-top: 1px;
}

    .step-info .bubble.selected {
        background: #1a1a1a;
    }

    .step-info .label {
        display: inline-block;
        margin: 0 6px 0 0;
    }

.step-info.small .bubble {
    width: 14px;
    height: 14px;
    font-size: 11px;
    line-height: 12px;
}