.table > thead > tr > th {
  vertical-align: middle;
    line-height: 1.428571;}

.margin-bottom-basic {
   }

.pagination {
  margin: 0; }

.items-per-page {
  margin-left: 15px; }

.sortable:after 
{
    font: 14px/1 FontAwesome;
    /*content: "\f0dc";*/
    content: url('../../Images/bothArrow.png');
}

.sortable.sort-ascent:after 
{
  /*content: '\f0de';*/
  content: url('../../Images/arrow-up.png');
  vertical-align: bottom; 
}

.sortable.sort-descent:after 
{
  /*content: "\f0dd";*/
   content: url('../../Images/arrow-down.png');
  vertical-align: top; 
}
