.debugConsole {
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  pointer-events: none; /* disable mouse click */
  font-family: "monospace";
  font-size: "x-small";
}

.debugConsole:focus{
    outline: none;
	border-left: solid 5px white;
}