a.is-disabled {
    pointer-events: none;
}

span.teamname {
    width: 6em;
    display: inline-block;
}

input.score_input {
    /* text-align: center; */
    width: fit-content;
    vertical-align: middle;
    size: 2;
}

table.center {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.match {
    white-space: nowrap;
}

input_score {
    display: inline-block;
}

.middle {
    vertical-align: middle;
}

.sub {
    vertical-align: sub;
}

.nowrap {
    white-space: nowrap;
}

/* .match:nth-child(odd) {
    background: #e0e0e0;
} */
