diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index b5f45578fd6ef67bcf578996b4ff17aa79fbe41d..b6b408d0fa858598718c290f896fd8c691d2897c 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -27,6 +27,7 @@
 
 #console_controls {
     background-color: LightGray;
+    height: 40px;
 } 
 
 #control_frame {
@@ -142,7 +143,7 @@
 /* This needs to be renamed, since the "Find" bar is actually at the bottom */
 #console_bottom {
     position: absolute;
-    top: 50px;
+    top: 40px;
     left: 0px;
     right: 0px;
     bottom: 0px;