.game-info-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.scoresheet-container {
    /* Takes remaining height */
    flex: 1;
    min-height: 0;
    /* Required for flex scrolling */
}

.clock {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}