#queryProfiler {
    background-color: #fff;
    bottom: 0;
    font-size: 0.8em;
    height: 300px;
    left: 0;
    overflow: hidden;
    padding-bottom: 2em;
    position: fixed;
    right: 0;
    z-index: 100;
}

#queryProfiler #profilerCover {
    display: none;
}

#queryProfiler.minimized {
    height: 50px;
    overflow: hidden;
    width: 50px;
}

#queryProfiler.minimized #profilerCover {
    display: block;
}

#queryProfiler table {
}

#profilerCover {
    bottom: 0;
    background-color: #fff;
    border: 1px solid red;
    color: #800000;
    left: 0;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 100;
}

#profilerClose {
    color: #FF8888;
    position: absolute;
    right: 10px;
}

#profilerBar {
    background-color: #404040;
    color: #fff;
    padding: 10px 5px 5px 5px;
}

.queryNotice {
    color: #C0A000;
}

.queryWarning {
    color: #F06000;
}

.queryDanger {
    color: #FF0000;
}

#threads {
    color: #000;
}

