#debug-overlay {
    position: fixed;
    top: 20%;
    left: 5%;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 15px;
    z-index: 10000;
    pointer-events: none;
    /* Pass clicks through */
    text-align: left;
    border: 2px solid red;
    display: none;
    /* Hidden by default, toggled via Red Gear */
    white-space: pre-wrap;
}