.privacy-policy ol,
.privacy-policy ul {
  list-style: none;
  padding-bottom: 1em;
}
.privacy-policy ol {
  counter-reset: item;
  margin: 0;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
  line-height: 26px;
}
.privacy-policy .entry-content ol > li {
  display: table;
  margin-bottom: 0;
}
.privacy-policy .entry-content .container > ol > li {
  counter-increment: item;
}
.privacy-policy .entry-content > ol > li {
  counter-increment: item;
}
.privacy-policy .entry-content a {
  font-weight: 600;
  text-decoration: underline;
  color: #2ea3f2;
}
.privacy-policy ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.privacy-policy ol[type="a"] {
  counter-reset: alpha;
  padding-top: 8px;
}
.privacy-policy li ol > li {
  margin: 0;
  padding-bottom: 10px;
}
.privacy-policy ol[type="i"] {
  counter-reset: roman;
  padding-top: 15px;
}
.privacy-policy ol[type="i"] li:before {
  counter-increment: roman;
  content: ".";
  top: -2px;
  position: relative;
  font-weight: bold;
  font-size: 25px;
}
.privacy-policy ol[type="a"] li:before {
  content: counter(alpha, lower-alpha) ".";
  content: "(" counter(alpha, lower-alpha) ")";
  counter-increment: alpha;
}
.privacy-policy .entry-content table {
  border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
.privacy-policy .entry-content table,
.privacy-policy .entry-content th,
.privacy-policy .entry-content td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 6px 24px;
}
.privacy-policy strong {
  font-weight: 700;
}
.privacy-policy em {
  display: inline-block;
  margin: 10px 0;
}
.page-terms-of-use .entry-content a {
  /* text-decoration: underline; */
  color: #2ea3f2;
}
.page-terms-of-use .entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
  line-height: 26px;
  /* padding-bottom: 1em; */
  margin-bottom: 0;
}
.page-terms-of-use .entry-content h3 {
  font-size: 22px;
  color: #333;
}
.page-terms-of-use .entry-content ol li {
  padding-bottom: 1em;
}
