/* main */
#body {
    padding: 0;
    margin: 0;
    padding-bottom: 400px;
}
.row {
    padding: 0;
    margin: 0;
}
.center-this {
    display: flex;
    align-items: center;
    justify-content: center;
}
.status-message, .step, .alert {
    display: none;
}

/* progress bar */
.progress-bar{padding:11px; text-align: right}
.navbar-default .navbar-toggle {
    margin-top: 22px;
}

/* hilt.css paints #sell_body light; the sell flow sits on the page background */
#sell_body {
    background: #121212;
    color: #fff !important;
}
.location .background {
    color: #222;
}
