html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 28px 15px 28px;
}

.shopping-cart {
    position: relative;
    top: -13px;
    left: -13px;
}

.action-column {
    width: 30px;
}

.delete-customer-button {
    position: absolute;
    top: 27px;
}
