table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  border: 1px solid gray;
}

div#table table {
  width: 100%;
}