ol.numeral > li {
  list-style-type: decimal !important; }

ol.alpha > li {
  list-style-type: lower-alpha !important; }

ol.roman > li {
  list-style-type: lower-roman !important; }

.agreement-page ol > li:before,
.agreement-page ol > li > ol > li:before {
  content: none; }

table, th, td {
  border: 1px solid black; }

td {
  padding: 2px; }

table {
  width: 50%;
  margin-bottom: 5px; }

/*# sourceMappingURL=static.css.map */