.legend-eliminated::before,
.legend-clinched::before {
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    margin-right: 4px;
    width: 16px
}

.team-eliminated,
.team-clinched,
.team {
    border-radius: 4px
}

.team-eliminated:not(:last-child),
.team-clinched:not(:last-child),
.team:not(:last-child) {
    margin-bottom: 1.5rem
}

.team-eliminated:first-child,
.team-clinched:first-child,
.team:first-child {
    margin-top: 1.5rem
}

.team-eliminated,
.team-clinched {
    border-left-style: solid;
    border-left-width: thick
}

.team-clinched {
    border-left-color: #3273dc
}

.team-eliminated {
    border-left-color: #ff3860
}

.legend-clinched,
.legend-eliminated {
    display: inline-block;
    line-height: 1.5
}

.legend-clinched::before {
    background-color: #3273dc
}

.legend-eliminated::before {
    background-color: #ff3860
}

.tile.is-child>a:hover {
    text-decoration: underline
}

.split-title {
    font-weight: 600;
    margin-bottom: 1.5rem;
}