﻿div#content > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul ul {
  list-style-type: disc;
  margin-top: -1em;
}
