#multiple-addresses-wl {
    background: transparent;
    top: -8px;
    position: relative;
    color: rgba(0,17,23,.6);
    display: none;
    border: 1px solid #1cabe2;
    font-size: 15px;
}

#multiple-addresses-wl .list-addresses {
    list-style: none;
    margin: 0;
    padding: 0;
}

#multiple-addresses-wl .list-addresses li {
    padding: 8px 10px;
    margin: 0;
}

#multiple-addresses-wl .list-addresses li:hover {cursor: pointer;}

#multiple-addresses-wl .list-addresses li { background: #eff0f1; }
#multiple-addresses-wl .list-addresses li:nth-child(odd) { background: #fafafa; }

label[for="form-receipt-postal-1"] {
    position: relative;
}

label[for="form-receipt-postal-1"].loading:after {
    content: '';
    width: 26px;
    height: 26px;
    background: url( '../images/loading.gif' );
    right: 0;
    position: absolute;
    top: -11px;
    background-size: cover;
    opacity: 1;
}

#form-recurring label[for="form-receipt-postal-1"].loading:after {
  top: -6px;
}
