diff --git a/public/account/account.view.html b/public/account/account.view.html
index 7764ad2..8e137c4 100644
--- a/public/account/account.view.html
+++ b/public/account/account.view.html
@@ -1,5 +1,5 @@
-
+
-
+
{{entry.category | category:vm.categories}}
+
+ {{entry.sub_category | sub_category:entry.category:vm.categories}}
+
-
+
diff --git a/public/css/cloudbudget.css b/public/css/cloudbudget.css
index ec07eb0..ce1f353 100644
--- a/public/css/cloudbudget.css
+++ b/public/css/cloudbudget.css
@@ -4,3 +4,14 @@ div.div-striped div.row:nth-of-type(odd) {
div.div-striped div.row:nth-of-type(even) {
background: #FFFFFF;
}
+
+.vcenter div {
+ height: 3em;
+ top: 1em;
+}
+
+.vcenter div .btn,
+.vcenter div .form-control {
+ position: relative;
+ top: -0.5em;
+}
\ No newline at end of file