table th, table td {
background: #fff;
}

table {
  table-layout: fixed ;
  width: 100% ;
}
td {
  width: 50% ;
}