.modalNotification strong {
  font-weight: revert;
}
.modalNotification blockquote {
  quotes: revert;
  margin: revert;
}
.modalNotification ul,
.modalNotification ol {
  list-style: revert;
  padding: revert;
}
.modalNotification a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}