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

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

.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-external-link-alt:before {
  content: "\e900";
}

.fa{
	margin: 0 0 0 0.3em;
}
