a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
a:link, a:visited, a:hover {
    color: #000;
}
a:hover {
    opacity: 0.5;
}
::selection {
    background: #ddd;
}
::-moz-selection {
    background: #ddd;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #593737;
    background: linear-gradient(0deg, #593737 0%, #a8807c 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #111;
}
td {
    border-radius: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #111;
    text-align: left;
}
.title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.subtitle {
    margin-bottom: 18px;
}
.page-header {
    position: relative;
    max-width: 100%;
    margin: 0 auto 18px;
    padding-top: 18px;
    overflow: hidden;
}
.header-overview {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 18px;
    border: 10px solid #2e2724;
    border-radius: 8px;
    background: #ecddce;
    box-shadow: inset 0 0 0 4px #b46e5b;
}
.header-sections {
    flex: 1 1 auto;
    min-width: 0;
}
.header-art-wrap {
    flex: 0 0 240px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.page-header .title,
.page-header .subtitle,
.page-header .small,
.page-header #pagetitle2,
.page-header #pagetitle3 {
    color: #111;
    position: relative;
    z-index: 2;
    text-shadow: none;
}
.header-art {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.page-header table {
    position: relative;
    z-index: 2;
}
@media (max-width: 760px) {
    .header-overview {
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-sections,
    .header-art-wrap {
        width: 100%;
    }
    .header-art {
        width: min(220px, 70vw);
    }
}
.headtext {
    border-radius: 8px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #b46e5b;
}
.headlinebg {
    border-radius: 8px;
    background-color: #2e2724;
}
.tdtop {
    background-color: #d19a8a;
    font-weight: bold;
}
.hicell {
    background-color: #ecddce;
}
.hicell10 {
    background-color: #ecddce;
    font-size: 10px;
}
.rankc {
    background-color: #c8aaa2;
}
.hirankc {
    background-color: #b46e5b;
    font-weight: bold;
}
.rankc10 {
    background-color: #c8aaa2;
    font-size: 10px;
}
.rankc10center {
    background-color: #c8aaa2;
    font-size: 10px;
    text-align: center;
}
.hirankc10center {
    background-color: #b46e5b;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}
.small {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.asmall {
    font-family: "Arial narrow", Arial, sans-serif;
    font-size: 10px;
    color: #111;
    text-align: center;
}
.bar {
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    min-width: 1px;
}
.bar-blue { background-color: #476f9f; }
.bar-green { background-color: #5d7d49; }
.bar-yellow { background-color: #c29c42; }
.bar-red { background-color: #9d4f46; }
.bar-stack {
    display: inline-flex;
    width: 145px;
    height: 15px;
    vertical-align: middle;
    background-color: #f3e8de;
}
.vbar {
    display: block;
    width: 15px;
    min-height: 1px;
}
.vbar-wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100px;
}
.metric-table {
    margin-bottom: 18px;
}
.negative-number {
    color: #b00020;
    font-weight: bold;
}
.species-male, .species-male a { color: #0048b8; }
.species-female, .species-female a { color: #b11832; }
.species-bot, .species-bot a { color: #007f8f; }
.species-cat, .species-cat a { color: #7f2aa8; }
.species-kepler, .species-kepler a { color: #c75d00; }
.species-potter, .species-potter a { color: #5e5146; }
.species-unknown, .species-unknown a { color: #111; }
#totallines,
#stats_gen {
    display: block;
    margin: 10px auto 0;
    color: #b46e5b;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
}
#stats_gen {
    margin-bottom: 50px;
}
[class*="nick-"] {
    text-shadow:
        -1px -1px 0 rgba(0, 0, 0, 0.15),
         1px -1px 0 rgba(0, 0, 0, 0.15),
        -1px  1px 0 rgba(0, 0, 0, 0.15),
         1px  1px 0 rgba(0, 0, 0, 0.15);
}
.graph-overview {
    align-items: stretch;
}
.graph-chart {
    width: 100%;
    height: 420px;
    min-height: 320px;
    box-sizing: border-box;
    border: 1px solid #c8aaa2;
    background-color: #fff8f1;
}
.graph-status {
    margin-top: 10px;
    color: #5e5146;
    font-size: 12px;
    text-align: left;
}
.graph-status.error {
    color: #b00020;
    font-weight: bold;
}
.graph-actions {
    margin-top: 12px;
    text-align: left;
}
.graph-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 12px;
    text-align: left;
}
.graph-control {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}
@media (max-width: 760px) {
    .graph-chart {
        height: 320px;
    }
}
.nick-calciume, .nick-calciume a { color: #FFC5D3; }
.nick-chorus, .nick-chorus a { color: #7be079; }
.nick-fuzzyc, .nick-fuzzyc a { color: #8f4200; }
.nick-jcjordyn120, .nick-jcjordyn120 a { color: #c2185b; }
.nick-kepler, .nick-kepler a { color: #8f4200; }
.nick-mrcheese, .nick-mrcheese a { color: red; }
.nick-nightmare_eyes, .nick-nightmare_eyes a { color: #c2185b; }
.nick-pepper_, .nick-pepper_ a { color: #021637; }
.nick-potter, .nick-potter a { color: gray; }
.nick-swee, .nick-swee a { color: purple; }
.nick-calciume {
text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.45),
     1px -1px 0 rgba(0, 0, 0, 0.45),
    -1px  1px 0 rgba(0, 0, 0, 0.45),
     1px  1px 0 rgba(0, 0, 0, 0.45);
}
.nick-chorus {
text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.45),
     1px -1px 0 rgba(0, 0, 0, 0.45),
    -1px  1px 0 rgba(0, 0, 0, 0.45),
     1px  1px 0 rgba(0, 0, 0, 0.45);
}
