.warningModal {
  max-width: 80vw;
  max-height: 80vh;
  width: 100%;
  margin: auto;
  text-align: center;
  z-index: 9999;
}

.warningModalHeader {
  background-color: #EED202 !important;
}

.modalFooter {
  display: inline-flex;
  text-align: center;
}

.colorRed {
  color: red;
}

.displayNone {
  display: none;
}

h2 {
  text-align: center;
}

ul {
  list-style-type: circle;
  margin-left: 10;
}

.inheritFont {
  font-weight: inherit;
}

.bodyStyle {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
}

.linkStyle {
  color: blue;
  text-decoration: underline;
}

#EJVWarningContainer {
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  background-color: rgb(233, 233, 233);
}

.EJVWarningSection {
  margin-top: 25;
  text-decoration: underline;
}

ul li::marker {
  color: rgb(0, 18, 182);
  font-size: 1.5em;
}