.table-ignore-css{background-color:#FFFFFF;
padding: unset;
border:unset;
}
tbody td {
  padding: 3px;
}
tbody th {
background-color: #C0C0C0;
}
table, th, td {
border: 1px solid black;
/*border-collapse: collapse;*/
}

tbody tr:nth-child(odd) {
  background-color: #EDEDED;
}
tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}