.section, .section ul {
  list-style-type: none;
  padding-left: 0;
}

.section .sub-section {
  border-bottom: 1px solid #de9419;
  min-height: 74px;
  padding-top: 3px;
  padding-bottom: 7px;
}

.section .lastchild {
  border-bottom-width: 0;
}

.section {
  min-height: 74px;
}

.side-image, .side-images {
  float: right;
  margin-left: 1em;
}

.side-image, .side-images img {
  border: 2px solid black;
}

.side-image {
  width: 146px;
}

.side-images {
  width: 150px;
}