/*
 *  Font Awesome 4.7  - ADF Extension
 *  Used to add additional font-awesome options
 */

/* additional font-awesome icon sizes */
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-15x {
  font-size: 15em;
}
.fa-20x {
  font-size: 20em;
}
.fa-25x {
  font-size: 25em;
}
.fa-30x {
  font-size: 30em;
}
.fa-35x {
  font-size: 35em;
}
.fa-40x {
  font-size: 40em;
}