.debug-hover {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10000;
    margin: 0;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    background: #333;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.debug-hover .debug-info {
    margin: 5px 0;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: #000 0 1px 2px;
}

.debug-hover dl {
    overflow: hidden;
    margin: 5px 0;
    padding: 0;
    text-shadow: #000 0 1px 2px;
}

.debug-hover dt {
    float: left;
    width: 95px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.debug-hover dt:after {
    content: ':';
}

.debug-hover dd {
    width: 90px;
    margin: 0 0 0 100px;
    padding: 0;
    color: #ccc;
}

.debug-hover .debug-info-stacktrace {
    white-space: pre;
    font-family: monospace;
}

#debug-hover:hover {
    cursor: pointer;
}
#debug-hover a {
    color: #f7c757;
}
#debug-hover a:hover {
    color: #aaa;
}
#debug-hover #debug-details a {
    color: #333;
}
#debug-hover #debug-details a:hover {
    color: #f7c757;
}
#debug-summary {
    margin: 5px;
    margin-right: 25px;
    line-height: 1.5em;
}
#debug-hover-close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.debug-query-summary .stat {
    font-weight: bold;
}
#debug-details {
    width: 600px;
    margin-top: 5px;
    color: black;
    margin-bottom: 10px;
}
.debug-query-summary {
    line-height: 2em;
    padding: 0 5px;
}
.debug-query-summary:hover {
    background-color: #555;
    cursor: pointer;
}
.debug-query-even {
    background-color: #9dcc49;
}
.debug-query-odd {
    background-color: #b9d977;
}
.debug-query-body {
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    background-color: white;
}
.debug-query-stacktrace {
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    background-color: white;
}
.debug-query-stacktrace li {
    margin-bottom: 10px;
}
