/* Debug area */
.customProfiler{ position:fixed; bottom:0; right:0; height:70%; overflow:auto; border:1px solid black; padding:0 10px; box-shadow:0 0 25px #777; margin:20px 0 20px 20px; width:95%; z-index:100; background:#fff }
.customProfiler.closed{ height:25px; width:29px; overflow:hidden }
.customProfilerToggler{ position:absolute; right:0; top:0; background:#000; color:#fff; padding:5px; cursor:pointer }
.customProfilerInner{ position:relative }