.dbo-header-list h2 {
  margin: 0 0 .5em 0;
}

/* Keep standard bullet or number alignment */
.dbo-header-list ul,
.dbo-header-list ol {
  margin: 0;
  padding-left: 1.5em; /* ensures bullet/number indentation on the left */
  list-style-position: outside; /* keep bullets on the outside */
}

/* Normal unordered list bullets */
.dbo-header-list ul {
  list-style-type: disc;
}

/* Normal ordered list numbers */
.dbo-header-list ol {
  list-style-type: decimal;
}
