Ready to start development
diff --git a/mCordPortal/src/sass/home.scss b/mCordPortal/src/sass/home.scss
new file mode 100644
index 0000000..239c06f
--- /dev/null
+++ b/mCordPortal/src/sass/home.scss
@@ -0,0 +1,8 @@
+e-node-map {
+  display: block;
+  height: 100%;
+
+  ng-map {
+    height: 100%;
+  }
+}
\ No newline at end of file
diff --git a/mCordPortal/src/sass/main.scss b/mCordPortal/src/sass/main.scss
index 9d1ec93..8bd9ce7 100644
--- a/mCordPortal/src/sass/main.scss
+++ b/mCordPortal/src/sass/main.scss
@@ -3,6 +3,7 @@
 @import '../bower_components/bootstrap-sass/assets/stylesheets/_bootstrap.scss';
 @import './bootstrap_overrides.scss';
 @import './loader.scss';
+@import './home.scss';
 
 /* Global styles
 -------------------------------------------------- */
@@ -45,7 +46,8 @@
 }
 
 body {
-  padding-top: 60px;
+  padding-top: 51px;
+  padding-bottom: 30px;
 }
 
 #icon-defs {
@@ -96,18 +98,6 @@
   box-shadow: 0 10px 5px 10px gray;
 }
 
-/* Tables styles
--------------------------------------------------- */
-.table {
-  .avatar > img {
-    max-width: 50px;
-  }
-
-  td {
-    vertical-align: middle !important;
-  }
-}
-
 /* Buttons addictional styles
 -------------------------------------------------- */
 .btn-primary-border {
@@ -141,27 +131,15 @@
   }
 }
 
-/* User page styles
+/* Bundle page styles
 -------------------------------------------------- */
-user-updated-tick {
-  .icon-saved {
-    background-image: url('../../../imgs/icon-saved.gif');
-    display: inline-block;
-    width: 15px;
-    height: 15px;
-    background-size: cover;
-  }
+[bundle-available] {
+  margin-top: 20px;
 }
 
-  /* Bundle page styles
-  -------------------------------------------------- */
-  [bundle-available] {
-    margin-top: 20px;
-  }
-
-  img {
-    animation: fadein 2s ease-in-out;
-  }
+img {
+  animation: fadein 2s ease-in-out;
+}
 
 
 /* ng-view-animation