@font-face {
  font-family: 'FontAwesome';
  src: url('../FontAwesome/Fonts/fontawesome-webfont.woff?2059218') format('woff');
  font-weight: normal;
  font-style: normal;
}

 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before { content: '\e800'; }
.fa-refresh:before { content: '\e801'; }
.fa-github:before { content: '\f09b'; }
.fa-code:before { content: '\f121'; }
.fa-info:before { content: '\f129'; }
.fa-file-excel-o:before { content: '\f1c3'; }