tr:nth-child(even) {
   background-color: white;
}
tr:nth-child(odd) {
   background-color: lightgray;
}
table {
   border-spacing: 0px;
}

uebersicht a {
  color: #454545;
}
  