#Search-Form {
  margin-bottom: 5px;
}

#Search-Form div.Section1 {
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#Search-Form div.Section1 div.Section-Content {
  text-align: left;
}

#Search-Results {
  list-style: none;
  margin-right: 20px;
}

#Search-Results li {
  border-top: 1px solid #05162F;
  padding-top: 5px;
  padding-bottom: 5px;
}

#Search-Results li:first-child {
  border-top: none;
}