#debug-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
}

#debug-panel-header {
    display: block;
    width: 100%;
    height: 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f9ffa3;
}

#debug-panel-body {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 400px;
    overflow-y: auto;
    display: none;
}

#debug-toggle {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    top: -2px;
    right: 10px;
}

#debug-panel-body .nav-tabs > li > a {
    border-radius: 0;
}

#debug-panel-body table {
    border: 1px solid #ddd;
}

#debug-panel-body table thead {
    font-weight: bold;
}