
table tr:nth-child(odd) td {
    background-color:#eee;
}
code {
    color:var(--SynopticSecondaryDarkColor);
}
td,th {
    padding:10px;
}
th {
    position:sticky;
    top:0;
    background-color:var(--SynopticPrimaryAccentColor);
}
