.dataTables_wrapper .dataTables_paginate {
  float: none;
  padding-top: 0;
}



/**************** reusable styling for ET and other compoments: ***************/ 
  /* Search Box Wrapper (coe-dt-search-wrapper) - Adjust for proper alignment and spacing */
  /*
  #et-page .occ-search-wrapper,
  #coe-page .occ-search-wrapper,
  #deia-page .occ-search-wrapper,
  #icd10-page .occ-search-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  /* Search Box (oe-table-search-wrapper) - Direct styling adjustments */
  /*
  #et-page .occ-search-box,
  #coe-page .occ-search-box,
  #deia-page .occ-search-box,
  #icd10-page .occ-search-box {
    margin-bottom: -55px;
    width: 400px;
  }
  
  /* Search Input within the Search Box */
  /*
  #et-page .occ-search-box input[type="search"],
  #coe-page .occ-search-box input[type="search"],
  #deia-page .occ-search-box input[type="search"],
  #icd10-page .occ-search-box input[type="search"] {
    width: 100%;
  }
  
  /* .coe-search-box input can be re defined as .full-width: */
  /*
  #et-page .occ-full-width,
  #coe-page .occ-full-width,
  #deia-page .occ-full-width,
  #icd10-page .occ-full-width {
    width: 100%;
  }
  
  /* DataTables Length Menu Container - Ensure alignment */
  /*
  #et-page .occ-dataTables-length,
  #coe-page .occ-dataTables-length,
  #deia-page .occ-dataTables-length,
  #icd10-page .occ-dataTables-length {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  
  /* Adjustments for elements above DataTables 'Info' */
  /*
  #et-page .occ-parent-info,
  #coe-page .occ-parent-info,
  #deia-page .occ-parent-info,
  #icd10-page .occ-parent-info {
    margin-top: -20px;
    margin-bottom: -40px;
  }
  
  /* Adjustments for elements above DataTables 'Paginate' */
  /*
  #et-page .occ-parent-paginate,
  #coe-page .occ-parent-paginate,
  #deia-page .occ-parent-paginate,
  #icd10-page .occ-parent-paginate {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  
  
  /* Give et col header deep blue (w/ white font) ensuring readability & accessibility according to WCAG 2.1 and 508 compliant. 
  #et-page table.dataTable thead .et-header-color {
    background-color: #005ea2;
    text-align: center;
    color: #FFFFFF;
  }
  
  /* for COE header, we picked Indigo purple #4B0082 w/ white font */
  /*
  #coe-page table.dataTable thead .coe-header-color {
    background-color: #6A5ACD;
    text-align: center;
    color: #FFFFFF;
  }
  
  /* for DEIA, #008080 (Teal) */
  /*
  #deia-page table.dataTable thead .deia-header-color {
    background-color: #008080;
    text-align: center;
    color: #FFFFFF;
  }
  
  /* for ICD10 header, we picked grey shade background #555555 w/ white font */
  /*
  #icd10-page table.dataTable thead .icd10-header-color {
    background-color: #555555;
    text-align: center;
    color: #FFFFFF;
  }

  

