.titleStyle {
  margin-top: 1.5rem;
}

.labelStyle {
  background-color: var(--tableInfoPageBackgroundColor);
}

.valueStyle {
  background-color: var(--tableInfoPageBackgroundColor);
  text-align: right;
}

.textLeft {
  text-align: left;
}

.columnTable {
  width: calc(100% / 3);
}
