
body {
    font-size: 14px;
}


.ddpe-debug-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    background: #111;
    color: #0f0;

    font-family: monospace;
    font-size: 12px;

    padding: 6px 10px;
    z-index: 9999;

    max-height: 40vh;
    overflow: auto;
}
