.lastMatchesList {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    align-items: center;
}

.match {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.matchDate {
    text-align: right;
    width: 70px;
}

.matchType {
    text-align: center;
    width: 70px;
}

.matchPlayer1 {
    text-align: right;
    width: 100px;
}

.matchScoreA {
    text-align: right;
    width: 35px;
}

.matchScoreSplit {
    text-align: center;
    width: 10px;
}

.matchScoreB {
    text-align: left;
    width: 35px;
}

.matchPlayer2 {
    text-align: left;
    width: 100px;
}

.matchEloPoints {
    text-align: right;
    width: 35px;
}

.positive {
    color: #376337;
}

.negative {
    color: #943434;
}