﻿.meta-category {
    font-size: 110%;
    border-bottom-style: none;
}

.meta-category-stats {
    font-size: 90%;
    font-weight: normal;
}

.base-category {
    font-size: 80%;
    border-bottom-style: none;
    display: revert;
}

.base-category-stats {
    font-size: 70%;
    font-weight: normal;
}

th.base-category {
    padding-left: 1.25rem;
}

.cpu-time-base {
    white-space: nowrap;
    border-bottom-style: solid;
    border-bottom-width: thin;
    font-size: 60% !important;
}

.cpu-time-meta {
    white-space: nowrap;
    border-bottom-style: solid;
    border-bottom-width: thin;
    font-size: 80% !important;
}

.gold-medal {
    --bs-table-bg: gold !important;
    background-color: gold;
    font-size: 130%;
    font-weight: bold;
}

.silver-medal {
    --bs-table-bg: silver !important;
    background-color: silver;
    font-size: 120%;
    font-weight: bold;
}

.bronze-medal {
    --bs-table-bg: peru !important;
    background-color: peru;
    font-size: 115%;
    font-weight: bold;
}

.demo-category {
    --bs-table-bg: honeydew;
    background-color: honeydew;
}

span.gold-medal, span.silver-medal, span.bronze-medal {
    font-size: 100%;
}

.base-category-hidden, .language-hidden {
    display: none;
}

.select-language {
    width: 10rem;
    display: inline-block;
}

.select-label {
    display: inline-block;
    font-weight: bold;
    padding-left: 0.375rem;
}

.category-qplot {
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    height: auto;
}

.plot-meta-category {
    font-weight: bold;
    font-size: 130%;
}
