a.payment,
a.glocation,
a.email {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

a.payment::before {
    content: "\f174";
    left: -30px;
}

a.glocation::before {
    content: "\f230";
    top: 4px;
    left: -28px;
}

a.email::before {
    content: "\f465";
    left: -20px;
}

a.payment::before,
a.glocation::before,
a.email::before {
    position: absolute;
    font-family: "dashicons", sans-serif;
    font-size: 28px;
}

td.cm_actions table {
    border: 0;
    margin-top: -22px;
}

@media (min-width: 1024px) {
    #cm_address {
        width: 300px;
    }
}
