.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;
}

.field-width-200px {
  width: 200px !important;
}

.field-width-300px {
  width: 300px !important;
}

.field-width-350px {
  width: 350px !important;
}

.margin-top-bottom-1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.rlpc-panel-height {
  height: 10px !important;
}

.list-style-none {
  list-style-type: none !important;
}
