﻿@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-file-text-o:before { content: "\f0f6"; }
.fa-table:before { content: "\f0ce"; }
.fa-desktop:before { content: "\f108"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-users:before { content: "\f0c0"; }
.fa-shield:before { content: "\f132"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-bars:before { content: "\f0c9"; }
.fa-windows:before { content: "\f17a"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-weibo:before { content: "\f18a"; }
.fa-wechat:before { content: "\f1d7"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f09a"; }
