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

[class^="keyboardicon-"], [class*=" keyboardicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'keyboard' !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;
}

.keyboardicon-close:before {
    content: "\f00d";
}
.keyboardicon-remove:before {
    content: "\f00d";
}
.keyboardicon-times:before {
    content: "\f00d";
}
.keyboardicon-times-circle:before {
    content: "\f057";
}
.keyboardicon-times-circle-o:before {
    content: "\f05c";
}
/*
.jlms-keyboard-keyboard-o:before {
    content: "\f11c";
}
*/

