diff --git a/app/components/reimbursement-list/template.hbs b/app/components/reimbursement-list/template.hbs
index 76ecb03..0bdd008 100644
--- a/app/components/reimbursement-list/template.hbs
+++ b/app/components/reimbursement-list/template.hbs
@@ -1,4 +1,4 @@
-
+
{{#each this.itemsSorted as |reimbursement|}}
-
diff --git a/app/styles/_item-list.scss b/app/styles/_item-list.scss
index 1bfcf0b..bdef14c 100644
--- a/app/styles/_item-list.scss
+++ b/app/styles/_item-list.scss
@@ -25,4 +25,11 @@ ul.item-list {
}
}
}
+
+ &.spaced {
+ li {
+ border-top: 1px solid $item-border-color;
+ margin-bottom: 2rem;
+ }
+ }
}