.itemIdentifier {
  font-weight: 500;
  font-size: 1.1em;
}

.itemValue {
  //Theming - color: darken(@prime-bg, 20%);
  font-weight: 500;
}

.itemSecondary, .itemSecondaryCenter {
  /*font-size: 0.8em;
  color: gray;*/
  padding: 0.2em;
}

.itemRight {
  .alignRight();
}

