/* lists.css */
/* Lists: ul, ol */

.no_bullets {
  list-style-type: none;
}

li {
  margin-top: 0.5em;
}
