/* tabelle mit einem linksbuendigen spalte, und 2 rechtsbuendigen */
.statistic .td-1 {
  text-align: right;
}

.statistic .td-last {
  text-align: right;
}
.tr-even {
  background: #eeeeff;
}
