.headerTable {
  border: 1px solid #767676;
  border-right: 0px;
  width: calc(100% - 1em);
  margin-bottom: 10px;
  margin-top: 5px;
  border-collapse: collapse;
}

.headerTableRows {
  text-align: center;
  border-right: 1px solid #767676;
  border-bottom: 1px solid #767676;
}

.hint {
  font-size: 12px;
  margin: 5px;
}

.infoIcon {
  margin-right: 5px;
}

.msThemeLighter {
  background-color: #deecf9;
}