.brief-match-view {
}
.brief-match-view .match-content {
    box-shadow: 0 0 .45rem rgba(0,0,100,.15) ;
}
.brief-match-view .elo-before {
    margin: 0.4rem;
}

.brief-match-view p {
    margin:0;
}

.brief-match-view .elo-change {
    width: 1.6rem;
}
.brief-match-view .score,
.brief-match-view .elo-change,
.brief-match-view .elo-before,
.brief-match-view .flag {
    flex-grow: 0;
}
.brief-match-view .name {
    flex-grow: 1;
}

.brief-match-view.player-1-won .player-1 .score,
.brief-match-view.player-2-won .player-2 .score {
    color: green !important;
}
.brief-match-view.player-1-won .player-2 .score,
.brief-match-view.player-2-won .player-1 .score {
    color: red !important;
}

@media (max-width: 576px) {


    .brief-match-view .name .inline-flag {
        display:none;
    }
    .brief-match-view .name,
    .brief-match-view .score {
        font-size:1rem !important;
    }

}