dynamic home view with customization
diff --git a/planetstack/core/static/planetstack.css b/planetstack/core/static/planetstack.css
index 39102be..234261c 100644
--- a/planetstack/core/static/planetstack.css
+++ b/planetstack/core/static/planetstack.css
@@ -1141,4 +1141,12 @@
 
 #private-vol{
 margin-right: 15% !important;
-}
\ No newline at end of file
+}

+

+.customize_row {

+  display: table;

+}

+.customize_column {

+  display: table-cell;

+  padding: 10px;

+}