UI changes and fixes based on QA feedback

Change-Id: I13bae30e86330a8831d35f1d8a2f7da821324e37
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss
index b1a7942..5225284 100644
--- a/app/common/styles/layout/content.scss
+++ b/app/common/styles/layout/content.scss
@@ -8,9 +8,8 @@
   border-bottom: 1px solid $lightbg__grey;
   margin: 1.625em 0 1.2em 0;
   padding-left: 0;
-  overflow: hidden;
   .h4 {
-    padding: 0;
+    padding: .1em 0 0 0;
     margin: 0 0 .5em 0;
     font-weight: bold;
   }
@@ -21,16 +20,10 @@
   padding: 1em .1em;
   transition: left 1s ease;
   @include mediaQuery(x-small){
-    //margin-left: $nav__toplvlWidth + $nav__seclvlWidth;
     padding: 1rem 2rem;
   }
 }
 
-section.row {
-  padding-left: 0;
-  padding-right: 0;
-}
-
 .content-header {
   font-weight: 700;
   margin-bottom: 0;