 table, tr, th, td {
  border: 2px solid white;
  border-collapse: collapse;
}
th, tr, td {
  background: #e1e1e1;
  padding: 10px;
  width:auto;
}
/*tr:nth-child(even) {
  background-color: #f2f2f2;
}
th {
  background-color: #04AA6D;
  color: white;
}*/
td {
  vertical-align: center;
}
