.steps {
    margin-bottom: 20px;
}

.steps .step .index {
    background-color: gray;
    color: white;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.steps .step .title {
    background-color: #f0f0f0;
}

.steps .step A.title {
    color: blue;
}

