<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEBUG
******************************************************************************************/
#debug {
  position: fixed;
  top:20vh;
  right: -300px;
  width: 24px;
  -webkit-transition:all .3s ease;
  color:white;
  overflow: hidden;
    width: 324px;
}

#debug:hover {
  right:0;
}


#debug a {
  display: block;
  color:white;
  background: maroon;
  width: 24px;
  height: 24px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  float:left;
  
}

#debug .form {
  background: maroon;
  width: 300px;
  height: 210px;
  float:left;
  border-bottom-left-radius: 5px;   
  padding: 2px 10px; 
}

#debug h3 {
  color:white;
  font-size: 90%;
  font-weight: bold;
  margin-top: 0;
}

#debug textarea {
  height: 120px;
  font-size: 80%;
  font-family: Helvetica, sans
}



#debug .button {
  background: rgba(0,0,0,0.5);
  float: right;
  font-weight: bold;
}

#debug-alert {
  position: absolute;
  top:20vh;
  right:10px;
  z-index: 9999;
  height: 42px;
  background: maroon;
  color:white;
  width: 180px;
  border:maroon;
}



#debug-alert a {
  color:white;
}</pre></body></html>