.debugPanel{position:relative;border:2px groove red;cursor:pointer;background-color:rgba(255,255,255,.8);width:500px;max-height:95vh;overflow-y:auto;border-radius:0}.debugPanelWrapper{width:0;height:0;position:absolute;z-index:1000}.debugPanel .elementRow{background-color:#dfd;border-radius:5px 5px 0 0;padding:5px;transition:background-color linear .5s}.debugPanel .selected{background-color:#ccf}.debugPanel .well-sm{margin-bottom:5px}.debugPanel .well{background-color:rgba(0,0,0,0)}.debugPanel .glyphicon-remove-circle:hover,.debugPanel .glyphicon-remove:hover{color:red}.debugPanel .glyphicon-remove{margin-top:4px}.debugPanel .hRule{width:100%;margin:15px 0;height:2px;background-color:red}.debugPanel .hRuleLight{width:100%;margin:5px 0;height:1px;background-color:rgba(255,0,0,.5)}.debugPanel .panel-title{font-size:24px;margin-right:15px}.debugPanel h6{display:inline-block;margin-top:0;margin-bottom:0}code.custom-code{color:#00f}