@font-face {
    font-family: 'mathicon';
    src:    url('../fonts/mathicon.eot?vxtep8');
    src:    url('../fonts/mathicon.eot?vxtep8#iefix') format('embedded-opentype'),
        url('../fonts/mathicon.ttf?vxtep8') format('truetype'),
        url('../fonts/mathicon.woff?vxtep8') format('woff'),
        url('../fonts/mathicon.svg?vxtep8#mathicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="mathicon-"], [class*=" mathicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mathicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.mathicon-close:before {
    content: "\f00d";
}
.mathicon-remove:before {
    content: "\f00d";
}
.mathicon-times:before {
    content: "\f00d";
}
.mathicon-times-circle:before {
    content: "\f057";
}
.mathicon-times-circle-o:before {
    content: "\f05c";
}
.mathicon-arrow-down:before {
    content: "\f063";
}
.mathicon-angle-double-down:before {
    content: "\f103";
}
.mathicon-folder-open-o:before {
    content: "\f115";
}
.mathicon-power-off:before {
    content: "\f011";
}
/*
.mathicon-keyboard-o:before {
    content: "\f11c";
}
*/

