put onos nodes at top
diff --git a/web/ons-demo/css/skin.default.css b/web/ons-demo/css/skin.default.css
index a6c636d..c864103 100644
--- a/web/ons-demo/css/skin.default.css
+++ b/web/ons-demo/css/skin.default.css
@@ -45,7 +45,7 @@
 	padding: .25em;
 }
 
-#status.top span {
+#status span {
 	font-size: 24px;
 }
 
@@ -65,10 +65,6 @@
 	height: 50px;
 }
 
-#topology {
-	border-top: 1px solid #AAA;
-}
-
 .selectedFlow {
 	border-bottom: 1px solid #AAA;
 }
@@ -85,23 +81,14 @@
 	padding-bottom: 0px;
 }
 
-#controllers .header {
-	-webkit-box-pack: center;
-	border-bottom: 1px solid #AAA;
-}
-
-
 #right .header {
 	font-size: 12px;
 	padding-right: .25em;
 	-webkit-box-sizing: border-box;
 }
 
-#controllers, #selectedFlows {
-	border-top: 1px solid #AAA;
-}
-
 #selectedFlows {
+	border-top: 1px solid #AAA;
 	border-bottom: 1px solid #AAA;
 }
 
@@ -111,6 +98,10 @@
 	background-color: black;
 }
 
+.header, #controllers {
+	border-bottom: 1px solid #AAA;;
+}
+
 #flowChooser .selectedFlow {
 	background-color: rgba(255, 255, 255, .75);
 	color: black;
@@ -191,10 +182,6 @@
 }
 
 
-#controllers {
-	border-right: 1px solid #AAA;
-}
-
 .controller {
 	padding: .25em;
 	padding-left: 2.5em;