table {
  table-layout: fixed;
  border: 1px solid #444444;
}

th,
td {
  border: 1px solid #444444;
  width: 100%;
}

.table_scroll {
  width: 100%; 
  height: 100%; 
  overflow: auto;
}