
#esi-profiler {
    font-size: 8px;
    background: #fff;
    margin: 8px;
}

.wp-admin #esi-profiler {
    margin-left: 168px;
}

#esi-profiler table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 2px;
}

#esi-profiler {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#esi-profiler td {
    padding: 2px 9px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    text-align: left;
    vertical-align: top;
}

#esi-profiler th {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}

#esi-profiler .esi-time {
    word-break: normal;
    word-wrap: normal;
}

#esi-profiler .esi-totals {
    width: 100%;
    max-width: 500px;
}

#esi-profiler .esi-wpquery-args span,
#esi-profiler .esi-elasticsearch-args span {
    display: block;
    white-space: pre;
    line-height: 1.1;
}

#esi-profiler .esi-wpquery-args {
    width: 38.2%;
}
