Refactored tabs style
diff --git a/views/style/sass/xos.scss b/views/style/sass/xos.scss
index a4d1f50..90dfcbb 100644
--- a/views/style/sass/xos.scss
+++ b/views/style/sass/xos.scss
@@ -6,6 +6,7 @@
 @import "lib/data_table";
 @import "lib/tabs";
 @import "lib/login";
+@import 'lib/breadcrumb';
 /************************
 colors:
     tab - active/focus color
@@ -58,9 +59,6 @@
   height: 100%;
   margin-left: -250px;
   overflow-y: auto;
-  -webkit-transition: all 0.5s ease;
-  -moz-transition: all 0.5s ease;
-  -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   background: white;
 }
@@ -84,6 +82,15 @@
     min-height: 100%;
     height: 100%;
   }
+
+  #content {
+    padding-left:  ($grid-gutter-width / 2);
+    padding-right: ($grid-gutter-width / 2);
+  }
+
+  #content-main {
+    padding-bottom: 60px;
+  }
 }