#address-table {
    width: 100%;
    border-collapse: collapse;
}

#address-table th, #address-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

button {
    padding: 5px 10px;
    cursor: pointer;
}

#address-table td input {
    width: 100%;
}
.noty_bar {
    background: #ffffff;
    padding: 15px !important;
    border: 1px solid #0000002e;
    border-radius: 3px;
}