#debugSummary { width: 100%; height: 45px; margin: 0; padding: 5px; position: fixed; bottom: 0; left: 0; z-index: 50000; display: none; background-color: #FFF; border-top: 1px solid #475566; }
#debugSummary .floatBTNleft { float: left; margin: 0 15px 0 0; }
#debugSummary .floatBTNright { float: right; margin: 0 0 0 15px; }
#debugWindow { width: 100%; max-height: 500px; overflow: auto; margin: 0; padding: 20px 10px 10px; position: fixed; bottom: 45px; left: 0; z-index: 50000; display: none; background-color: #FFF; border-top: 5px solid #475566; }
#debugWindow section { display: none; }