@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.woff?ef57ec2') format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size:0.85em;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-password:before {
    content: "\e001";
}
.icon-email:before {
    content: "\e002";
}
.icon-edit:before {
    content: "\e003";
}
.icon-add:before {
    content: "\e004";
}
.icon-delete:before {
    content: "\e005";
}
.icon-clone:before {
    content: "\e006";
}
