.debugging_onlytime { z-index : 1000 ; position : fixed ; bottom : 5px ; right : 5px ; font-size : 18px ; font-weight : 900 ; padding : 5px ; background : #333 ; color : #CCC ; opacity : 0.5 ; border-radius : 5px 0px ; }

.debugging { font-size : 14px ; position : fixed ; top : 0 ; left : 0 ; right : 0 ; bottom : 0 ; display : flex ; flex-direction : column ; background : #333 ; color : #333 ; }
.debugging.hidden { top : inherit ; left : inherit ; right : 10px ; bottom : 10px ; background : inherit ; }

.debugging .debug_head { cursor : pointer ; font-size : 18px ; display : grid ; grid-template-columns : 300px auto auto ; padding : 0px ; background : #999 ; }
.debugging .debug_head:hover { }
.debugging .debug_head .debug_head_title { display : block ; padding : 10px ; }
.debugging .debug_head .debug_head_link { display : block ; padding : 5px ; }
.debugging .debug_head .debug_head_link .between { display : none ; }
.debugging .debug_head .debug_head_link a { display : inline-block ; padding : 5px ; color : #FFF ; text-decoration : none ; }
.debugging .debug_head .debug_head_link a:hover { background : #DDD ; color : #369 ; }
.debugging .debug_head .debug_head_time { padding : 10px ; text-align : right ; }
.debugging .debug_log { display : none ; padding : 0px ; overflow : scroll ; height : -webkit-fill-available ; background : #FFF ; color : #000 ; }
.debugging .debug_tree { display : block ; padding : 10px ; overflow : scroll ; height : -webkit-fill-available ; background : #FFF ; color : #000 ; }

.debugging.hidden { }
.debugging.hidden .debug_head { border-radius : 3px ; opacity : 0.4 ; }
.debugging.hidden .debug_head:hover { opacity : 1.0 ; }
.debugging.hidden .debug_head .debug_head_title { display : block ; padding : 10px ; }
.debugging.hidden .debug_head .debug_head_link { display : none ; }
.debugging.hidden .debug_head .debug_head_time { display : block ; padding : 10px ; text-align : center ; }
.debugging.hidden .debug_log { display : none ! important ; }
.debugging.hidden .debug_tree { display : none ! important ; }
