body {
    padding: 10px;
}

.track {
    display: flex;
    flex-direction: column;
}

.track_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.artist {
    flex: 1;
    flex-direction: column;
}

.artist_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.x {
    flex-shrink: 0;
    flex-basis: 15%
}

.y {
    flex-grow: 1;

    overflow: hidden;
    white-space: nowrap;
}
