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

.fa {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}

.fa-plus:before { content: '\e800'; } /* '' */
.fa-sign-out:before { content: '\e801'; } /* '' */
.fa-print:before { content: '\e802'; } /* '' */
.fa-ok:before { content: '\f00c'; } /* '' */
.fa-angle-left:before { content: '\f104'; } /* '' */
.fa-angle-down:before { content: '\f107'; } /* '' */
.fa-file-excel-o:before { content: '\f1c3'; } /* '' */
.fa-window-maximize:before { content: '\f2d0'; } /* '' */
.fa-window-close-o:before { content: '\f2d4'; } /* '' */
