a {
    color: #003f8f;
    font-weight: bold;
    text-decoration: none;
}
a:link, a:visited, a:hover {
    color: #003f8f;
}
a:hover {
    color: #b00020;
    text-decoration: underline;
}
::selection {
    background: #b9d8ff;
}
::-moz-selection {
    background: #b9d8ff;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #020914;
    background: linear-gradient(0deg, #020914 0%, #082a5f 64%, #b00020 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #05070b;
}
td {
    border-radius: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #05070b;
    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: stretch;
    justify-content: center;
    gap: 18px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 18px;
    border: 10px solid #030712;
    border-radius: 8px;
    background: #e8f3ff;
    box-shadow: inset 0 0 0 4px #b00020;
    overflow: hidden;
}
.header-sections {
    flex: 1 1 auto;
    min-width: 0;
}
.header-sections table {
    max-width: 100%;
}
.page-header .title,
.page-header .subtitle,
.page-header .small,
.page-header #pagetitle2,
.page-header #pagetitle3 {
    color: #05070b;
    position: relative;
    z-index: 2;
    text-shadow: none;
}
.page-header table {
    position: relative;
    z-index: 2;
}
@media (max-width: 760px) {
    .header-overview {
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-sections {
        width: 100%;
    }
}
.headtext {
    border-radius: 8px;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: #003f8f;
}
.headlinebg {
    border-radius: 8px;
    background-color: #030712;
}
.tdtop {
    background-color: #9fcaff;
    font-weight: bold;
}
.hicell {
    background-color: #e8f3ff;
}
.hicell10 {
    background-color: #e8f3ff;
    font-size: 10px;
}
.rankc {
    background-color: #c9e3ff;
}
.hirankc {
    background-color: #b00020;
    color: white;
    font-weight: bold;
}
.rankc10 {
    background-color: #c9e3ff;
    font-size: 10px;
}
.rankc10center {
    background-color: #c9e3ff;
    font-size: 10px;
    text-align: center;
}
.hirankc10center {
    background-color: #b00020;
    color: white;
    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: #05070b;
    text-align: center;
}
.bar {
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    min-width: 1px;
}
.bar-blue { background-color: #004fb8; }
.bar-green { background-color: #356fa8; }
.bar-yellow { background-color: #6aa6e8; }
.bar-red { background-color: #b00020; }
.bar-stack {
    display: inline-flex;
    width: 145px;
    height: 15px;
    vertical-align: middle;
    background-color: #dceeff;
}
.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: #003f8f; }
.species-female, .species-female a { color: #b00020; }
.species-bot, .species-bot a { color: #005b96; }
.species-cat, .species-cat a { color: #1f4f99; }
.species-kepler, .species-kepler a { color: #d31737; }
.species-potter, .species-potter a { color: #05070b; }
.species-unknown, .species-unknown a { color: #05070b; }
#totallines,
#stats_gen {
    display: block;
    margin: 10px auto 0;
    color: #d31737;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
}
#stats_gen {
    margin-bottom: 50px;
}
[class*="nick-"] {
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.45),
         1px -1px 0 rgba(255, 255, 255, 0.45),
        -1px  1px 0 rgba(255, 255, 255, 0.45),
         1px  1px 0 rgba(255, 255, 255, 0.45);
}
.graph-overview {
    align-items: stretch;
}
.graph-chart {
    width: 100%;
    height: 420px;
    min-height: 320px;
    box-sizing: border-box;
    border: 1px solid #4f8bd6;
    background-color: #f5fbff;
}
.graph-status {
    margin-top: 10px;
    color: #0b2a52;
    font-size: 12px;
    text-align: left;
}
.graph-status.error {
    color: #b00020;
    font-weight: bold;
}
.graph-picker {
    margin-top: 12px;
    padding: 8px;
    border: 1px solid #9fcaff;
    background-color: #f5fbff;
    text-align: left;
}
.graph-picker-title {
    margin-bottom: 6px;
    color: #0b2a52;
    font-size: 12px;
    font-weight: bold;
}
.graph-picker-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 6px 8px;
}
.graph-picker-option {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 4px 6px;
    border: 1px solid #c9e3ff;
    background-color: #e8f3ff;
    font-size: 12px;
}
.graph-picker-option input {
    flex: 0 0 auto;
}
.graph-picker-swatch {
    display: inline-block;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border: 1px solid #030712;
    background-color: #b00020;
}
.graph-picker-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.graph-actions {
    margin-top: 12px;
    text-align: left;
}
@media (max-width: 760px) {
    .graph-chart {
        height: 320px;
    }
}
.nick-mrcheese, .nick-mrcheese a { color: red; }
.nick-nightmare_eyes, .nick-nightmare_eyes a { color: #d31737; }
.nick-swee, .nick-swee a { color: blue; }
