﻿.decimal_list {
  padding-left: 20px;
}
.decimal_list > dt {
  display: list-item;
  list-style: decimal;
}
