apply width and height to td css

CSS
table {
  width: 100%;
}
th {
  height: 50px;
}
Source

Also in CSS: