/**
inherit item-label-style
 */
 .messageLbl {
  font-family: RobotoCondensedRegular;
  position: absolute;
  clear: both;
  display: table;
  margin: 0;
  padding: 0;

  text-align: center;

  color: #000;
  border: 1px solid #ccc;
}
.messageLbl p {
  display: table-cell;
  vertical-align: middle;

  line-height: 16px;

  background-repeat: no-repeat;
  background-position: center center;
}

.messageLbl pre {
  font-family: RobotoCondensedRegular;
  width: 100%;
}

.messageLbl .version-license-link {
  color: #33D6FF;
  text-decoration:none;
}

.version-license-link {
  color: #33D6FF;
  text-decoration:none;
}


