table,
th,
td {
  border: 2px solid black;
  gap: 15px;
  padding: 15px;

  border-collapse: collapse; /* remove gaps between cells */
}

th {
  background-color: rgb(140, 173, 108);
  margin-top: 20px;
  margin-left: 7px;
}
table {
  margin-top: 20px;
  margin-left: 7px;
  width: 99%;
}
tr {
  width: 99%;
  background-color: rgb(195, 173, 186);
  margin-top: 20px;
  margin-left: 7px;
}
#empTable {
  width: 100%;
  border-collapse: collapse;
}

#empTable th,
#empTable td {
  text-align: center;
  white-space: nowrap; /* prevent text wrapping */
}
