﻿.hidden {
    display: none;
}

.yearNav {
    font-size: 14px;
}

    .yearNav a.active {
        color: green;
        text-decoration: none;
    }

.yearList {
    display: inline;
    margin: 0;
    padding: 0;
}

    .yearList li {
        display: inline-block;
    }

    .yearList li + li:before {
        content: " | ";
    }

.leadersContainer {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.leader {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 12px;
    margin: 8px 10px;
    padding: 8px 16px;
}

.leaderName {
    color: green;
    font-weight: bold;
}
