@media (max-width: 768px) {
  #categoryFilter, #networkRankFilter, #categoryRankFilter {
    width: 320px;
    line-height: 40px;
    margin-top: 10px;
  }
  #affiliateTable_length {
    text-align: left;
  }
  select[name='affiliateTable_length'] {
    width: 213px;
  }
  #affiliateTable_filter {
    text-align: left;
  }
  #affiliateTable_filter input[type='search'] {
    width: 260px;
    padding: 8px;
  }
  .sorting_asc {
    display: none;
  }
  .sorting_1 {
    display: none;
  }
  #affiliateTable thead {
    font-size: 10px;
  }
  .affiliate-viewbtn {
    display: none;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
    font-size: 12px;
  }
  #affiliateTable thead{
    pointer-events:none;
  }
  #affiliateTable thead th.sorting,
#affiliateTable thead th.sorting_asc,
#affiliateTable thead th.sorting_desc {
  background-image: none;
  color: inherit;
  cursor: default;
}
}
