.footer-sql-debug {
    background: black;
    position: fixed;
    top: 0;
    margin-top: 20px;
    width: 100%;
    height: 50%;
    max-height: 100%;
    overflow: auto;
    z-index: 9998;
    resize: vertical;
}

table.benchmark {
    width: 100%;
}

.benchmark th {
    font-weight: 900;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.benchmark .head1 {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
}

.benchmark tr .last {
    border-right: 1px solid #FFFFFF;
    white-space: pre-wrap; /* CSS3 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    word-break: break-all;
}

.benchmark tr.odd td {
    background-color: #000000;
    color: #ffd042;
}

.benchmark tr.even td {
    background-color: #1f2123;
    color: #ff9142;
}

.benchmark td {
    padding: 3px;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
}

.benchmark .right {
    text-align: right;
}

.benchmark .scroll {
    height: 220px;
    overflow-y: scroll;
}

.benchmark pre {
    white-space: pre-line;
}

.lbl {
    color: #ff0;
}

#logContainer {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 100000000;
}

#benchmark-window {
    margin-right: 15px;
    height: 100%;
    background: #000;
    color: #bbb;
    text-align: left;
    padding: 10px;
    overflow-y: scroll;
}

#logContainer .closeWindow {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FF0000;
    font-weight: 900;
    cursor: pointer;
}

#__PGT__ .fa {
    padding: 0 5px;
}

#__PGT__ .fa-plus-square {
    color: #015e00;
}

#__PGT__ .fa-minus-square {
    color: #d9534f;
}

.debug_mode {
    width: 16px;
    display: inline-block;
    box-sizing: content-box;
}

.debug_mode .fa {
    color: #000;
}

#__PGT__ {
    position: absolute;
    top: 0;
    right: 0;
    background: #6fd591;
    color: #fff;
    line-height: 16px;
    height: 16px;
    padding: 2px 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11px !important;
    z-index: 10000;
    box-sizing: content-box;
}

#__PGT__ a {
    color: #fff;
    box-sizing: content-box;
}