/* External CSS File */

/* Global styles */
body {
  font-family: Arial, sans-serif;
}

/* Styles for specific elements */
table {
  width: 70%;
}

th[data-filterable="true"] {
  /* Additional styles for specific th elements */
}

td {
  font-size: 16px;
}

/* Add more extracted styles here */

/* styles.css */
.table-header {
  font-size: 16px;
  background-color: #ffc315;
  color: #000;
  width: 90px; /* Adjust as needed */
}

.table-header1 {
  font-size: 16px;
  background-color: #0000ff;
  color: #fff;
}
