Set up first page of VPN Dashboard attempt 1
diff --git a/views/ngXosViews/vpnDashboard/src/css/dev.css b/views/ngXosViews/vpnDashboard/src/css/dev.css
index 228639b..92e77cc 100644
--- a/views/ngXosViews/vpnDashboard/src/css/dev.css
+++ b/views/ngXosViews/vpnDashboard/src/css/dev.css
@@ -2,4 +2,15 @@
   position: absolute;
   top: 100px;
   left: 200px;
-}
\ No newline at end of file
+}
+.body {
+  width: 70%;
+  margin: auto;
+}
+.row {
+    display: table-row;
+}
+.cell {
+    display: table-cell;
+    padding: 5px;
+}