.titleHeader{
    min-width: 185px;
    max-width: 185px;
    height: 600px;
}

.rankHeader{
    min-width: 20px;
    max-width: 20px;
    height: 600px;
}

.headertext {
    text-transform: uppercase;
    font-size: 16px;
    fill: black;
}

.line {
    stroke-width: 2;
    fill: none;
}

.line-accent, .line-click {
    stroke-width: 5;
    fill: none;
}

.label {
    font-size: 12px;
    fill: #bbb;
}

.label-accent, .label-click {
    font-size: 13px;
    fill: cornflowerblue;
    display: block;
}

.label-no-accent:not(.label-click) {
    display: none;
}

.headertext:hover{
    text-decoration: underline;
}

.label, .line , .headertext{
    cursor: pointer;
}

.lineHeader {
    font-size: 11px;
}

.header-accent, .header-click {
    font-weight: bold;
}