.banner {
    background: rgba(248, 249, 250, 1);
}
.banner > .container {
    padding-left: 0;
}
.navbar-brand {
    text-decoration: none;
    font-size: 1.8rem;
}
.nav-link.active {
    font-weight: bold;
}

.main {
    padding-top: 1em;
}

#game-data .table,
td.game-hand-data-input>input {
    font-size: .9em !important;
}

#games-played-per-year {
    width: 100%;
    height: 100%;
}

.games-list a:hover {
    background-color: rgb(114, 202, 242);
}

.hand-name {
    font-size: .8rem;
}

.game-hand-data-input {
    font-size: .7rem;
    color: #666;
}

.game-note {
    margin-bottom: .5rem;
    padding: .5rem;
    border: 1px solid #bebebe;
    border-radius: 5px;
}

.player-stats-table th, 
.player-stats-table td {
    font-size: .8rem;
}

th.winner {
    background: #faf7f1 !important;
}
td.winner {
    background: #faf7f1 !important;
}

.footer {
    border-top: 1px solid #666;
    margin-top: 1em;
    padding: 1em 0;
}