.cell-string {
  text-align: left;
}

.cell-integer {
  text-align: right;
}

.cell-bigdecimal {
  text-align: right;
}

.cell-bigdecimalcurr {
  text-align: right;
}

.cell-group-header * {
  text-align: left;
  font-weight: bold;
  /*background-color: lightsalmon;*/
}

.cell-group-footer * {
  font-weight: bold;
  background-color: whitesmoke;

}

.cell-group-master-footer * {
  font-weight: bold;
  background-color: #e0e0e0;
}

.red {
  color: red;
}