/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.members thead tr th.headerSortUp span:after, .members thead tr th.first span:before {
  content: " \f01b" !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.members thead tr th.headerSortDown span:after, .members thead tr th.first span:after {
  content: " \f01a" !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}