diff --git a/app/components/reimbursement-item/template.hbs b/app/components/reimbursement-item/template.hbs
index fe94749..2d9f21d 100644
--- a/app/components/reimbursement-item/template.hbs
+++ b/app/components/reimbursement-item/template.hbs
@@ -1,7 +1,7 @@
-
+
diff --git a/app/styles/app.scss b/app/styles/app.scss
index 3697c22..9d620fb 100644
--- a/app/styles/app.scss
+++ b/app/styles/app.scss
@@ -45,6 +45,10 @@ a {
color: $primary-color;
}
+.cursor-pointer {
+ cursor: pointer;
+}
+
section {
h2 {
font-size: 1.5rem;