style updates for header and power-ops

Change-Id: I5f518dd983d8ff4220062f4c31f0d9bd4f09b6f1
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/js/main.js b/src/js/main.js
index f50fe79..9c1437c 100755
--- a/src/js/main.js
+++ b/src/js/main.js
@@ -85,16 +85,9 @@
                     //Close all sub panels and remove opened class
                     parent.find('.nav__second-level').css("display", "none").removeClass('opened');
 
-                    //Open sub panels that matches clicked button and add opened class
+                    // add opened class
                     parent.find(subnavClass).css("display", "block").addClass('opened');
 
-                    // var pgurl = window.location.href.substr(window.location.href.lastIndexOf("/")+1);
-                    //
-                    // $('.nav__second-level a').each(function(){
-                    //     console.log(pgurl);
-                    //     if($(this).attr("href") == pgurl || $(this).attr("href") == '' )
-                    //         $('.nav__second-level li').addClass("active");
-                    // })
                 });
 
             }