diff --git a/templates/document.html b/templates/document.html
index c3676a3..86549ce 100644
--- a/templates/document.html
+++ b/templates/document.html
@@ -58,49 +58,55 @@
-
-
-
- Category
- -
-
-
-
- {{if .Document.Date}}
-
-
- Date
- - {{formatDate .Document.Date}}
-
- {{end}}
- {{if .Document.Amount}}
-
-
- Amount
- - {{.Document.Amount}}
-
- {{end}}
- {{if .Document.Vendor}}
-
-
- Vendor
- - {{.Document.Vendor}}
-
- {{end}}
- {{if .Document.ProcessedAt}}
-
-
- Processed
- - {{formatDateTime .Document.ProcessedAt}}
-
- {{end}}
- {{if .Document.OriginalFile}}
-
-
- Original File
- - {{.Document.OriginalFile}}
-
- {{end}}
-
+
+
+
+
+
- Category
+ -
+
+
+
+ {{if .Document.Vendor}}
+
+
- Vendor
+ - {{.Document.Vendor}}
+
+ {{end}}
+ {{if .Document.Amount}}
+
+
- Amount
+ - {{.Document.Amount}}
+
+ {{end}}
+
+
+
+ {{if .Document.Date}}
+
+
- Date
+ - {{formatDate .Document.Date}}
+
+ {{end}}
+ {{if .Document.ProcessedAt}}
+
+
- Processed
+ - {{formatDateTime .Document.ProcessedAt}}
+
+ {{end}}
+ {{if .Document.OriginalFile}}
+
+
- Original File
+ - {{.Document.OriginalFile}}
+
+ {{end}}
+
+