#table-container,
#myTable_wrapper,
#myTable {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
}


  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
      background-color: #fbece9
  }

  table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
      background-color: #fbece9
  }
  table.dataTable th {
  text-transform: capitalize;
}
  table.dataTable, table.dataTable th, table.dataTable td {border:none}

.dataTables_wrapper {
  display: inline-block !important;
}


  .dataTables_wrapper .dataTables_filter input{
      width: auto;
      border: 1px solid #CCCCCC;
      padding: 2px;
      -webkit-appearance: none;
      border-radius: 2px;
  }


#myTable_filter label {
      display: flex !important;
      line-height: 1.5 !important;
  }

#myTable_filter label input {
    width: 100%;
    border: 0.5px solid #ddd !important;
    padding: 1px !important;
    -webkit-appearance: none !im;
    -webkit-border-radius: 4px !important;
}
