.note-editable p {
    font-family: inherit !important;
}

.note-editable ul {
  list-style-type: initial !important;
  list-style-position: inside !important;
  padding-left: 1.5em !important;
  margin: 1em 0 !important;
}

.note-editable ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}

/*.note-editable font {
    text-decoration: underline;
    text-decoration-color: currentColor;
  }*/

  .note-editable b {
    font-weight: bold !important;
  }

/*ESTILOS DE MONALES HTLM*/
#modalBodyHtmlView ul {
  list-style-type: initial !important;
  list-style-position: inside !important;
  padding-left: 1.5em !important;
  margin: 1em 0 !important;
}

#modalBodyHtmlView ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}

#modalBodyHtmlView b {
  font-weight: bold !important;
}

/*#modalBodyHtmlView font {
  text-decoration: underline;
  text-decoration-color: currentColor;
}*/

/*ESTILOS OBSERVACION UNIDAD DE NEGOCIO*/
.observacionUnidadNegocio ul,
.observacionUnidadNegocio ol {
  display: inline-block !important;
  text-align: left !important;
  padding-left: 1.5em !important;
  margin: 0 auto !important;
  list-style-position: outside !important;
}

.observacionUnidadNegocio ul > li {
  display: list-item !important;
  list-style-type: initial !important;
}

.observacionUnidadNegocio b {
  font-weight: bold !important;
}

.observacionUnidadNegocio font {
  text-decoration: underline;
  text-decoration-color: currentColor;
}