
table, th, td {
  border: 3px solid black;
  border-collapse: collapse;
}

th, td {
    padding: 5px;
#    padding-top: 5px;
#    padding-bottom: 5px;
#    padding-left: 5px;
#    padding-right: 5px;
}

tr:nth-child(even) {
#  background-color: #D6EEEE;
}

th {
    background-color: #C8C8C8;
    color: black;
}


td {
    white-space: nowrap;
}

tr.eclipse {
    background-color: #C0EEF0;
}

tr.post_eclipse {
    background-color: #F04080;
}

.undefined {
    background-color: #FFFFFF;
}
