.nd-address-book-list .nd-address-book-actions-top { margin: 1em 0; }
.nd-address-book-table th,
.nd-address-book-table td { vertical-align: top; padding: 8px; }
.nd-address-book-table .nd-address-book-actions { white-space: nowrap; }
.nd-address-book-table .nd-address-book-actions a,
.nd-address-book-table .nd-address-book-actions .link-button {
    display: block;
    margin: 2px 0;
    padding: 0;
    background: none;
    border: none;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
    text-align: left;
}
.nd-address-book-table .nd-address-book-actions .link-danger { color: #b32d2e; }
.nd-address-book-table .nd-inline-form { display: block; margin: 0; }
.nd-badge {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 4px 4px 0;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.4;
    background: #eef;
    color: #224;
}
.nd-badge-billing { background: #e7f3ff; color: #1d4f8f; }
.nd-badge-shipping { background: #e8f6ee; color: #1d6f3a; }
.nd-address-book-form .nd-cancel-link { margin-left: 12px; }
.nd-address-book-empty { padding: 1em; background: #fafafa; border-left: 4px solid #ccc; }
.nd-address-picker-wrap { margin-bottom: 1em; padding: 0.6em; background: #f7f7f7; border-radius: 4px; }
.nd-address-picker { width: 100%; }