div.two-column-of-lists
{
  clear: both;
}


div.two-column-of-lists h2, div.two-column-of-lists h3
{
  margin-top: 10px;
}


div.two-column-of-lists h2+h3
{
  margin-top: 0px;
}


div.two-column-of-lists div > h3:first-child
{
  margin-top: 28px;
}


div.two-column-of-lists ol
{
  list-style: none;
  list-style-type: none;
}


div.two-column-of-lists div
{
  position: relative;
  float: left;
  width: 250px;
}

.honorees h4
{
  padding-top: 10px;
}

.honorees h3 + h4
{
  padding-top: 0px;
}

div.honorees div > h3:first-child
{
  margin-top: 0px;
}
