<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bx_profiler_plank {
    width:988px;
    border:1px solid #ccc;
    background-color:#eee;
    margin:0px auto 5px;
    position:relative;
    padding:5px;
}

.bx_profiler_content {
    display:none;
}

.bx_profiler_switch {
    position:absolute;
    top:5px;
    right:5px;
    font-weight:bold;
    font-size:11px;
    color:white;
    background-color:black;
    cursor:pointer;
}

.bx_profiler_plank_title u {
    margin-right:1px;
    text-decoration:none;
}

.bx_profiler_plank_title b {
    margin-right:10px;
}

.bx_profiler_table {
    border-collapse:collapse;
    margin:5px 0 0 0;
    width:100%;
}

.bx_profiler_table th {
    background-color:transparent;
}

.bx_profiler_table td {
    background-color:white;
    border:1px solid #ccc;
    text-align:center;
}

.bx_profiler_table tr&gt;td:first-child {
    text-align:left;
}
</pre></body></html>