.rulesContainer {
  font-family: "Lato", Avenir, Verdana, Nunito, sans-serif;
  width: 100%;
  background-color: #fff;
  padding: 16px;
  font-size: 14px;
/* 
  max-height: calc(100vh - 120px);
  overflow-y: auto; */
}

.pageTitle {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #000;
}

.contentWrapper {
  padding: 0 8px;
  padding-bottom: 32px;

}

.contentBox {
  font-size: 14px;
  color: #000;
  line-height: 1.625;
  background-color: #fff;
  /* padding: 16px; */
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.partTitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.sectionTitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.subSectionTitle {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #000;
}

.subSubSectionTitle {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #000;
}

.paragraph {
  margin: 8px 0;
  color: #000;
}

.bulletList {
  list-style-type: disc;
  padding-left: 20px;
  margin: 8px 0;
}

.bulletList li {
  margin-bottom: 4px;
  color: #000;
}

.romanList {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin: 4px 0;
}

.alphaList {
  list-style-type: lower-alpha;
  padding-left: 20px;
  margin: 4px 0;
}

.example {
  display: block;
  font-style: italic;
  margin-top: 4px;
  margin-left: 20px;
}

.contentBox strong {
  font-weight: bold;
}

.contentBox u {
  text-decoration: underline;
}