.feed-icon {
  display: none;
}

table#datatable-1 thead > tr > th{
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 2px solid #e8e8e8;
  color: #bcbcbc;
  font-size: 12px;
  font-family: 'OpenSansSemibold', sans-serif, serif;
  vertical-align: middle;
  position: relative;
  padding-right: 20px;
  width: auto;
}

table#datatable-1 thead > tr > th.sorting_asc,
table#datatable-1 thead > tr > th.sorting_desc,
table#datatable-1 thead > tr > th.sorting {
  background-color: #fff;
  padding-top: 20px;
  color: #94c817;
}

table#datatable-1 > tbody > tr > td {
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #2a2a2a;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
  padding-right: 20px;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

table#datatable-1 > tbody > tr,
table#datatable-1 > tbody > tr > td.sorting_1 {
  background-color: #fff;
}

table#datatable-1 > tbody > tr:hover,
table#datatable-1 > tbody > tr:hover > td.sorting_1 {
  background-color: #f5f6f7;
}

.dataTable th.sorting,
.dataTable th.sorting_asc,
.dataTable th.sorting_desc {
  background: none;
}
.dataTable th.sorting::after,
.dataTable th.sorting_asc::after,
.dataTable th.sorting_desc::after {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  content: '';
  vertical-align: text-bottom;
}

.dataTable th.sorting_asc::after {
  content: '\e113';
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 9px;
  position: relative;
  top: 7px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
}

.dataTable th.sorting_desc::after {
  content: '\e114';
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 9px;
  position: relative;
  top: 7px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
}
