.table > thead > tr > th {
  vertical-align: middle;
}

.margin-bottom-basic {
  margin-bottom: 15px;
}

.pagination {
  margin: 0;
}

.items-per-page {
  margin-left: 15px;
}

.sortable {
  &:after {
    font: 14px/1 FontAwesome;
    content: "\f0dc";
  }
  &.sort-ascent:after {
    content: '\f0de';
    vertical-align: bottom;
  }
  &.sort-descent:after {
    content: "\f0dd";
    vertical-align: top;
  }
}