.fas,
.far,
.fab {
    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-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-3x {
    font-size: 3em;
}

.fa-sync-alt:before { content: "\f021"; }
.fa-cloud-upload-alt:before { content: "\f0ee"; }
.fa-stream:before { content: "\f03a"; }
.fa-arrows-alt-h:before { content: "\f07e"; }
.fa-arrows-alt-v:before { content: "\f07d"; }
.fa-circle-notch:before { content: "\f1ce"; }
.fa-trash-alt:before { content: "\f1f8"; }
.fa-coins:before { content: "\f0d6"; }
.fa-box-open:before { content: "\f187"; }
.fa-redo:before { content: "\f01e"; }
.fa-images:before { content: "\f03e"; }
.fa-chart-line:before { content: "\f201"; }
.fa-wallet:before { content: "\f09d"; }
.fa-pen:before { content: "\f040"; }
.fa-layer-group:before { content: "\f1b3"; }
