.red-text-bold-underline {
  color: red !important;
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.black-link-bold {
  color: black !important;
  font-weight: bold !important;
}

.red-text-bold {
  color: red !important;
  font-weight: bold !important;
}
