#debug {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 10em;
    background-color: rgba(255,255,255,1);
    border: 1px #F00 solid;
    z-index: 9999;
    overflow-y: scroll;
    opacity: 0.2;
}
