
/*! CSS Used from: https://www.vidmarsport.com/mini-profiler-resources/includes.min.css?v=4.2.22+4563a9e1ab */
.mp-result {
    color: var(--mp-label-color);
    line-height: 1;
    font-size: 12px;
}

.mp-result table, .mp-result tbody, .mp-result thead, .mp-result tfoot, .mp-result tr, .mp-result th, .mp-result td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: transparent;
    overflow: visible;
    max-height: none;
}

.mp-result table {
    color: var(--mp-label-color);
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.mp-result a {
    cursor: pointer;
    color: var(--mp-link-color);
    text-decoration: none;
}

.mp-result a:hover {
    text-decoration: underline;
}

.mp-result {
    font-family: sans-serif;
}

.mp-result table.mp-client-timings {
    margin-top: 10px;
}

.mp-result table.mp-client-timings td:nth-child(2) {
    width: 100%;
    padding: 0;
}

.mp-result table.mp-client-timings td div {
    height: 13px;
    min-width: 1px;
}

.mp-result table.mp-client-timings .t-point div {
    height: 4px;
    border-radius: 8px;
    margin-bottom: 4px;
    box-shadow: 0 0 2px;
}

.mp-result table.mp-client-timings .t-unknown div {
    background: var(--mp-timing-unknown-color);
}

.mp-result table.mp-client-timings .t-dns div {
    background: var(--mp-timing-dns-color);
}

.mp-result table.mp-client-timings .t-connect div {
    background: var(--mp-timing-connect-color);
}

.mp-result table.mp-client-timings .t-request div {
    background: var(--mp-timing-request-color);
}

.mp-result table.mp-client-timings .t-response div {
    background: var(--mp-timing-response-color);
}

.mp-result table.mp-client-timings .t-dom div {
    background: var(--mp-timing-dom-color);
}

.mp-result table.mp-client-timings .t-domcontent div {
    background: var(--mp-timing-domcontent-color);
}

.mp-result table.mp-client-timings .t-load div {
    background: var(--mp-timing-load-color);
}

.mp-result table.mp-client-timings .t-paint div {
    background: var(--mp-timing-paint-color);
}

.mp-result .mp-label {
    color: var(--mp-label-color);
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-result .mp-unit {
    color: var(--mp-muted-color);
}

.mp-result .mp-more-columns {
    display: none;
}

.mp-result .mp-trivial {
    display: none;
}

.mp-result .mp-trivial td:not(:first-child), .mp-result .mp-trivial td:not(:first-child) * {
    color: var(--mp-muted-color) !important;
}

.mp-result .mp-number {
    color: var(--mp-duration-color);
}

.mp-result .mp-info > div {
    white-space: nowrap;
    overflow: hidden;
}

.mp-result .mp-info > div > div {
    display: inline-block;
}

.mp-result .mp-info .mp-name {
    display: inline-block;
    font-weight: 700;
    float: left;
}

.mp-result .mp-info .mp-machine-name, .mp-result .mp-info .mp-started {
    text-align: right;
    float: right;
}

.mp-result .mp-timings th {
    background-color: var(--mp-main-bg-color);
    color: var(--mp-muted-color);
    text-align: right;
}

.mp-result .mp-timings th, .mp-result .mp-timings td {
    white-space: nowrap;
}

.mp-result .mp-timings .mp-duration {
    font-family: Consolas,monospace,serif;
    color: var(--mp-duration-color);
    text-align: right;
}

.mp-result .mp-timings:not(.mp-client-timings) .mp-trivial:first-child {
    display: table-row;
}

.mp-result .mp-links {
    margin-top: 10px;
    clear: both;
}

.mp-result .mp-links span {
    float: right;
}

.mp-result .mp-links a {
    font-size: 95%;
    margin-left: 12px;
}

.mp-result .mp-links a:first-child {
    margin-left: 0;
}

.mp-results {
    z-index: 2147483641;
    position: fixed;
    top: 0;
}

.mp-results.mp-right {
    right: 0;
}

.mp-results.mp-right.mp-no-controls .mp-result:last-child .mp-button {
    border-bottom-left-radius: var(--mp-result-border-radius);
}

.mp-results.mp-right .mp-button {
    border-left: var(--mp-result-border);
}

.mp-results .mp-button {
    user-select: none;
}

.mp-results .mp-button > .mp-number {
    font-family: Consolas,monospace,serif;
}

.mp-results .mp-button {
    z-index: 2147483640;
    border-bottom: var(--mp-result-border);
    background-color: var(--mp-main-bg-color);
    padding: 4px 8px;
    text-align: right;
    cursor: pointer;
}

.mp-results .mp-result {
    position: relative;
}

.mp-results .mp-popup {
    display: none;
    z-index: 2147483641;
    position: absolute;
    background-color: var(--mp-main-bg-color);
    padding: 5px 10px;
    text-align: left;
    line-height: 18px;
    overflow: auto;
    box-shadow: var(--mp-popup-shadow);
    border-radius: 2px;
}

.mp-results .mp-popup .mp-info {
    margin-bottom: 3px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--mp-info-border-color);
}

.mp-results .mp-popup .mp-info .mp-name {
    font-size: 1.1em;
}

.mp-results .mp-popup .mp-info .mp-overall-duration {
    color: var(--mp-muted-color);
}

.mp-results .mp-popup .mp-timings th, .mp-results .mp-popup .mp-timings td {
    padding: 0 6px;
}

.mp-results .mp-popup .mp-timings th {
    font-size: 95%;
    padding-bottom: 3px;
}

.mp-results .mp-popup .mp-timings .mp-label {
    max-width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

