#content .entries li.entry {
  list-style: none;
}

#content .entries > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content .entries li.entry {
  list-style: none;
  border: 1px solid #eeeeee;
  margin: 0 0 2em 0;
  padding: .5em;
  overflow: auto;
}

#content .entries h3.entryName {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  background: #ebffeb;
  padding: 0 0 0.1em 0.1em;
  margin: 0 0 1em 0;
}

#content .entries li.entry li {
  list-style: none;
}