.fa-ump_mga-edit-ihc:before{
    content: "\f044";
}
.fa-ump_mga-delete-ihc:before{
  	content: "\f014";
    cursor: pointer;
}
.ump-mga-resend-bttn{
    cursor: pointer;
    display: inline-block;
    transition: background 150ms ease-in-out;
    background: #0073aa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 0.2;
    outline: none;
    padding: 10px;
    text-decoration: none;
    vertical-align: bottom;
}
