.em-new, .em-copy, .em-modify, .em-passwd {
    height: auto;
}
.em-new:before, .em-copy:before, .em-modify:before, .em-passwd:before {
    font-family: 'Font Awesome 5 Free';
}
.em:before,
.empManager-win-shortcut:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0c0';
}
.em-new:before {
    content: "\f234";
}
.em-copy:before {
    content: "\f0c0";
}
.em-passwd:before {
    content: "\f084";
}
.em-modify:before {
    content: "\f007";
}
