.lpg-order-form #suggested-address-container {

    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    right: 0;
    left: 0;
    box-shadow: 0 8px 6px -6px rgba( 0, 0, 0, 0.3 );
}

.lpg-order-form .suggested-address {

    padding: 6px 0;
}

.lpg-order-form .suggested-address:hover {

    color: #f36d00;
}