html, body {
    height: 100vh;
}

table td.team1, table th.team1 {
    background-color: #F52E2E;
}
table td.team2, table th.team2 {
    background-color: #5463FF;
}
table td.team3, table th.team3 {
    background-color: #FFC717;
}
table td.team4, table th.team4 {
    background-color: #1F9E40;
}

:root {
    --bulma-navbar-dropdown-arrow: #FFE942;
}

img.character_icon {
    width: 32px !important;
    height: 32px !important;
    vertical-align: middle;
}

.character_block {
    float: left;
    min-width: 12em;
    border-bottom: 2px var(--bulma-link);
    margin-right: 1em;
    margin-bottom: 1em;
}
.character_block td.image {
    width: 44px;
    padding: 0 6px 0 6px;
}
.character_block td.name {
    text-align: left;
    width: 11em;
    padding: 0 1em 0 1em;
}
.character_block td.pick_count {
    text-align: right;
    padding: 0 1em 0 1em;
}