.spacial {
    margin-bottom: 1em;
}

.commentary {
    overflow-x: scroll;
    height: 460px;
}


tr {
    border-top: 1px solid grey;
}


td {
    min-width: 45px;
    text-align: right;
    padding-right: 5px;
}

td.description {
    width: auto;
}

td:last-child {
    text-align: left;
}

.team {
    font-weight: bold;
    text-align: center;
}

.sticky-top {
    background: #fff;
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
}