#eq-detailsContent {
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
#eq-detailsContent ol {
  counter-reset: antzone;
}
#eq-detailsContent ol li:before {
  content: counter(antzone) ".";
  counter-increment: antzone;
}
#eq-detailsContent ul li:before {
  content: "\B7";
  width: 0;
  height: 0;
  font-size: 20px;
}

