
.query-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.query-table th {
    text-align: left;
    padding: 10px;
    background: #f4f6f8;
    border-bottom: 2px solid #ddd;
    font-weight: 600;
}

.query-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.query-table td.sql {
    max-width: 500px;
}

.query-table pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
    background: #fafafa;
    padding: 6px;
    border-radius: 4px;
}

.query-table td.center {
    text-align: center;
}

.query-table td.right {
    text-align: right;
    font-family: monospace;
}

.query-table tr.warning {
    background: #fff8e1;
}

.query-table tr.danger {
    background: #ffecec;
}

.query-table tr:hover {
    background: #f1f7ff;
}

.query-table td.empty {
    text-align: center;
    padding: 20px;
    color: #888;
} 

.hidden {
  display: none;
}

.fnBacktraceModal {
    font-family: monospace;
    color: #b53fe3;
}