#debug { 
    display: none;
    width: 100%;
}

#debug strong {
    display: block;
    background: #ff3f00;
    padding: 10px;
    color: #fff;
    width: 100%;
}

#debug ul li {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

#debug ul li:last-child {
    border-bottom: none;
}

#debug-button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 10px 0px;
}