table, th, td {
  table-layout: fixed;
  border: 1px solid black;
  border-collapse: collapse;
}
th {
  padding: 5px;
  background-color:2D3288;
  color: White;
}