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

.upper-roman-list {
  list-style-type: upper-roman !important;
}

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

.field-margin {
  margin: 0 5px !important;
}

.composite-field-margin {
  margin-right: 15px !important;
}

.signature-emphasis {
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
