new icon and pop-out window for Serial over lan

Change-Id: I1722a4fbd1e9ac07162c9732d68dfea283a28aed
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-control/styles/remote-console.scss b/app/server-control/styles/remote-console.scss
index 2ef3779..103958a 100644
--- a/app/server-control/styles/remote-console.scss
+++ b/app/server-control/styles/remote-console.scss
@@ -1,5 +1,5 @@
-
 .serial-lan__wrapper {
+  overflow: hidden;
   .btn-export {
     margin: 1.8em 0 1.8em 2em;
   }
@@ -22,8 +22,18 @@
   .btn-export {
     text-decoration: none;
     font-size: .9em;
+    &:hover {
+      text-decoration: underline;
+    }
     &:visited {
       color: $black;
     }
   }
+}
+
+.serial-lan__header {
+  background: $white;
+  padding: 1.2em;
+  line-height: 0;
+  a {color: $black;}
 }
\ No newline at end of file