.service-list-outer {
  display : -moz-box;
  display : -webkit-box;
  display : box;
}
.service-list-outer > :first-child {
  width : 10.0em;
}
.service-list {
  list-style-type : none;
  margin-right : 0.75em;
}
.service-list-outer > :first-child ~ * {
  box-flex : 1.0;
  -moz-box-flex : 1.0;
  -webkit-box-flex : 1.0;
}
.service-list > :not(:last-child) {
  margin-bottom : 0.5em;
  border-bottom : solid 1px;
}
.service-list > li > h1 {
  margin-bottom : 0.25em;
  font-size : 1.5em;
  width : 5.0em;
}
.service-list > li > ul {
  margin-left : 1.0em;
  list-style-type : none;
}
.service-list > li > ul > li {
  margin-bottom : 0.4em;
}
.service-list > li > ul > li > a {
  text-decoration : none;
}
.service-list > li > :last-child {
  margin-bottom : 0.75em;
}
