
.playoff-box {
    border: 1px;
    border-color: #d4d4d4;
    border-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.game-round {
    font-size: 0.8rem;
    color:#292929;
    font-weight: 600;
}

.game-description {
    font-size: 0.8rem;
    font-weight: 500;
    color: #292929;
}

.team-scores {
    font-size: 1.8rem;
    font-weight: 500;
}

.team-left {
    font-size: 1.2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: right;
}

.team-text-left {
    margin-left: auto;
}

.team-right {
    font-size: 1.2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: left;
}

.team-right img {
    margin-bottom: 0.2rem;
}

.team-left img {
    margin-bottom: 0.2rem;
}

.team-text-right {
    margin-right: auto;
}

.bold-gray {
    font-weight: 600;
    color: #565656;
}

.link-style {
    text-transform: uppercase;
}