.match-background-logo {
    background-repeat: no-repeat;
    background-position: right 8px top 0px;
    background-size: auto 48px;
}
.match .match-date-info {
    outline: solid 1px #FFC200;
}
.match .match-day,
.match .match-teams {
    font-size: 1.5rem;
}
.match .match-time,
.match .match-location {
    font-size: 0.9rem;
}
.match .match-location {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.match .match-main-result {
    font-size: 1.8rem;
}
