+ h4.heading, li {
+ border-bottom: 1px solid $grey;
+ margin-bottom: $lineheight/4;
+ padding-bottom: $lineheight/4;
+ }
+
+ li h4, li span, li p {
+ display: inline-block;
+ vertical-align: top;
+ font-size: 11px;
+ }
+
+ li h4 {
+ width: 40%;
+ margin: 0;
+ }
+
+ li span, li p {
+ width: 50%;
+ margin-left: $lineheight/2;
+ margin-bottom: $lineheight/4;
+ white-space: nowrap;
+ }