html {
  height: 100%;
  width: 100%;
}
table {
  border-collapse:collapse;
  width:100%;
}
tr th, 
tr td {
  border:1px solid gray;
  padding:1%;
}
