﻿.fas,
.fab,
.fa {
  display: inline-block;
  min-width: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.fa-times::before,
.fa-close::before { content: "x"; }
.fa-user::before,
.fa-user-circle::before { content: "U"; }
.fa-user-edit::before { content: "U"; }
.fa-cog::before { content: "*"; }
.fa-bell::before { content: "!"; }
.fa-search::before { content: "?"; }
.fa-calendar-alt::before { content: "cal"; font-size: .72em; }
.fa-chart-pie::before { content: "%"; }
.fa-home::before { content: "H"; }
.fa-key::before { content: "K"; }
.fa-clock::before { content: "t"; }
.fa-check::before { content: "ok"; font-size: .72em; }
.fa-plus::before { content: "+"; }
.fa-trash-alt::before { content: "del"; font-size: .72em; }
.fa-pencil-alt::before { content: "edit"; font-size: .72em; }
.fa-file-pdf::before { content: "pdf"; font-size: .72em; }
.fa-exclamation::before { content: "!"; }
.fa-ellipsis-h::before { content: "..."; }
.fa-ellipsis-v::before { content: ":"; }
.fa-chevron-down::before,
.fa-arrow-down::before { content: "v"; }
.fa-arrow-up::before { content: "^"; }
.fa-arrow-left::before,
.fa-backward::before { content: "<"; }
.fa-arrow-right::before,
.fa-forward::before { content: ">"; }
.fa-play::before { content: ">"; }
.fa-wifi::before { content: "wifi"; font-size: .68em; }
.fa-landmark::before { content: "bank"; font-size: .68em; }
.fa-paypal::before { content: "P"; }
.fa-facebook::before,
.fa-facebook-square::before { content: "f"; }
.fa-twitter::before { content: "t"; }
.fa-github::before { content: "gh"; font-size: .72em; }
.fa-dribbble::before { content: "d"; }
.fa-instagram::before { content: "ig"; font-size: .72em; }
.fa-pinterest::before { content: "p"; }
.fa-heart::before { content: "heart"; font-size: .62em; }
