table#t01 {
  border-collapse: collapse;
  width: 100%;
  background-color: #ACEBDF;
}
table#t01 th {
  color: white;
  background-color: black;
}
table#t01 tr:nth-child(even) {
  background-color: #eee;
}
table#t01 tr:nth-child(odd) {
  background-color: #fff;
}
th, td {
  text-align: left;
  padding: 8px;
}

/*tr:hover {background-color: #ABCDEF;}*/

