#enqueue-debug-panel {
    position: fixed;
    bottom: 0;
    /* right: 0; */
    width: 100%;
    height: 400px;
    background: #fff;
    z-index: 999999;
    display: none;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
}

#enqueue-debug-panel h3 {
    padding: 10px;
    background: #007cba;
    color: #fff;
    cursor: pointer;
}

.dequeued {
    background: #ffeaea;
}