/* tabellenspalten formatieren */
/* mehrzeilig wird nicht verwendet */
/* alle zahlen linksbündig */
/* bei *-fix spaltenbreite automatisch anpassen */
.tbl-col-left {
  white-space: nowrap;
}
.tbl-col-right {
  white-space: nowrap;
  text-align: right !important;
}
.tbl-col-left-fix {
  white-space: nowrap;
  width: 1%;
}
.tbl-col-right-fix {
  white-space: nowrap;
  text-align: right !important;
  width: 1%;
}