/* Minimal subset of Font Awesome styles covering the icons used in the app. */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "Segoe UI Symbol", "Noto Sans Symbols", "Arial", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

.fa-circle::before {
  content: "\25CF";
}

.fa-refresh::before {
  content: "\21BB";
}

.fa-pencil::before {
  content: "\270E";
}

.fa-trash::before {
  content: "\01F5D1";
}

.fa-user::before {
  content: "\01F464";
}

.fa-envelope-o::before {
  content: "\2709";
}

.fa-power-off::before {
  content: "\23FB";
}

.fa-plus::before {
  content: "\002B";
}

.fa-eye::before {
  content: "\01F441";
}

.fa-sun::before {
  content: "\2600";
}

.fa-search::before {
  content: "\01F50D";
}

.fa-times::before {
  content: "\00D7";
}
