

dl.list-styled dt {
    display: list-item;
    list-style-type: disc;
}
dl.list-styled {
    padding-left: 2rem;
}
  