#main {
    max-width: 1280px;
    margin: 20px auto;
}

#main h3 {
    margin: 0;
}

.customer-id {
    margin-top: 26px;
}

.progress {
    margin-top: 7px;
}

.success {
    margin-top: 6px;
}

img {
    /*max-width: 200px;*/
}

hr {
    /*margin: 8px 0 20px;*/
}

#next-step {
    margin-top: 40px;
    float: left;
}

.row-fluid .span2.step {
    cursor: pointer;
}

.row-fluid .span2.step:hover button {
    background-color: #222222;
}

.row-fluid .span2.step h4 {
    height: 60px;
}

.row-fluid .span2.step p {
    height: 120px;
}

.row-fluid .span2:nth-child(7) {
    margin-left: 0;
}

.step > div:first-child {
    opacity: 0.975;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    -ms-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}

.step:hover > div:first-child {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    -ms-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}