.displayNone,
.none {
  display: none;
}

.bold,
.bld,
.b {
  font-weight: 700;
}

.red {
  color: red;
}

.brown {
  color: brown;
}

.blue2 {
  color: #3b5e81;
}

.gray {
  color: #696969;
}

.ellipsis_text {
  line-height: 1.61em;
  margin-bottom: 1em;
}

.featureLink,
.information {
  font-weight: bold;
}

.featureLink,
.numError {
  padding-left: 10px;
}

.numError {
  visibility: visible;
}

.sucessMsg {
  color: Green;
}
