/* JEKA Kleuren: rood=#E1272E, blauw=#0A2240, grijs=#AEAEAE  */
.overview,.legend {
  font-family: Arial;
}

.legend td   {
  padding-right:1em;
}

.overview tr:nth-child(even) {
  background-color: #f8f8f8;
}
.overview tr[title] {
  background-color: #0A2240;
  color: #AEAEAE;
}

.overview tr[title] td {
  text-align: center;
  padding: 0.5em;
}

.overview th {
  text-align:left;
}
.overview td {
  white-space:nowrap;
}
.overview tr[uit],td[uit] {
  color:#808080;
}
.overview tr[chg],td[chg] {
  color:#E1272E;
  font-weight:bold;
}
