﻿.team--1 {
    background-color: #999999;
    margin-left: -85px;
    margin-right: 0px;
}

.team--1_cf {
    background-color: #999999;
    margin-left: 0px;
    margin-right: 0px;
}

.team--1_qf {
    background-color: #999999;
    margin-left: 30px;
    margin-right: 0px;
}

.team--2 {
    background-color: #999999;
    margin-left: -85px;
    margin-right: 0px;
}

.team--2_cf {
    background-color: #999999;
    margin-left: 0px;
    margin-right: 0px;
}

.team--2_qf {
    background-color: #999999;
    margin-left: 30px;
    margin-right: 0px;
}

.team--3 {
    background-color: #999999;
    margin-left: 85px;
}

.team--3_cf {
    background-color: #999999;
    margin-left: 0px;
}

.team--3_qf {
    background-color: #999999;
    margin-left: -30px;
}

.team--4 {
    background-color: #999999;
    margin-left: 85px;
}

.team--4_cf {
    background-color: #999999;
    margin-left: 0px;
}

.team--4_qf {
    background-color: #999999;
    margin-left: -30px;
}

.team--5 {
    background-color: #999999;
    /*margin-left: 0px;
        margin-right: -50px;*/
}

.team--6 {
    background-color: #999999;
    /*margin-right: 0px;
        margin-left: -50px;*/
}

.team--7 {
    background-color: #999999;
    margin-right: 0px;
    margin-left: -50px;
}

.team--8 {
    background-color: #999999;
    margin-left: -85px;
    margin-right: 0px;
}


.team--9 {
    background-color: #999999;
    margin-left: -85px;
    margin-right: 0px;
}

.team--10 {
    background-color: #999999;
    margin-left: 85px;
}

.team--11 {
    background-color: #999999;
    margin-left: 85px;
}


.postseason__footer {
    display: none;
    font-size: 1rem;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2;
    padding: 1rem;
    text-align: center
}

@media (min-width:768px) {
    .postseason__footer {
        font-size: 1rem
    }
}

.postseason__footer a {
    color: #4C8CEE
}

.postseason__footer-visible {
    display: block
}

.postseason__bracket {
    background: white;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.postseason__bracket a {
    color: #4C8CEE
}

.postseason__bracket-footer {
    padding: .5rem;
    text-align: center
}

@media (min-width:768px) {
    .postseason__bracket-footer {
        padding: 0 4rem;
        margin-top: -50px;
        padding-bottom: 20px;
    }
}

.postseason__bracket-footer-content {
    font-size: 12px;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2;
    display: block;
    /*display:none;*/
}

@media (min-width:768px) {
    .postseason__bracket-footer-content {
        font-size: 15px;
        display: block;
    }
}

.postseason__bracket-footer a {
    font-size: 1.3rem;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2;
    padding: 1rem;
    display: inline-block
}

@media (min-width:768px) {
    .postseason__bracket-footer a {
        font-size: 1.5rem
    }
}

.postseason__blurb {
    font-size: 1.3rem;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2;
    text-align: center;
    margin: 10px 0 -10px 0;
}

.postseason__title {
    font-size: 1.7rem;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    /*        line-height: 1.2;*/
    text-align: center;
    padding-top: 5px;
}

@media (min-width:768px) {
    .postseason__blurb {
        font-size: 1.8rem
    }

    .postseason__title {
        font-size: 1.8rem
    }
}

.postseason__logo {
    max-width: 668px;
    margin-bottom: 1rem
}

.postseason__winner {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    flex-grow: 1;
    left: 0
}

.postseason__ws-logo {
    max-width: 250px;
    margin-bottom: 1rem;
    max-height: 250px;
}

@media (min-width:992px) and (max-width:1199px) {
    .postseason__ws-logo {
        max-width: 200px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .postseason__ws-logo {
        max-width: 200px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .postseason__ws-logo {
        max-width: 130px;
    }
}

@media (min-width:320px) and (max-width:479px) {
    .postseason__ws-logo {
        max-width: 130px;
    }
}

.postseason__ws-winner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*border: 2px solid #999999;*/
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

    .postseason__ws-winner img {
        max-width: 100px;
        max-height: 100px
    }

@media (min-width:320px) and (max-width:767px) {
    .postseason__ws-winner img {
        max-width: 75px;
        max-height: 75px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .postseason__ws-winner {
        width: 75px;
        height: 75px;
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .winner_cf {
        margin-top: 140px !important;
    }

    .postseason_bracket_footer_cf {
        margin-top: 70px !important;
    }
}

.postseason__ws-winner.unknown {
    background: #D2D2D2
}

.postseason__result {
    margin-top: 15px;
    color: #000000
}

    .postseason__result:hover {
        color: #000000
    }

@media (max-height:900px) {
    .postseason__result {
        margin-top: 5px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .postseason__result {
        font-size: 12px;
        /*            display: none*/
    }

    .postseason__bracket {
        margin-top: 20px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .postseason__result {
        font-size: 12px;
        /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
        line-height: 1.2
    }

    .postseason__bracket {
        margin-top: 20px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .postseason__result {
        font-size: 12px;
    }
}

@media (min-width:1024px) and (max-width:1198px) {
    .postseason__result {
        font-size: 15px;
        /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
        line-height: 1.2
    }
}

@media (min-width:1024px) and (max-width:1198px) and (min-width:768px) {
    .postseason__result {
        font-size: 15px;
    }
}

@media (min-width:1199px) {
    .postseason__result {
        font-size: 15px;
        /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
        line-height: 1.2
    }
}

@media (min-width:1199px) and (min-width:768px) {
    .postseason__result {
        font-size: 15px;
    }
}

#postseason_index .p-content-heading__text--lined {
    color: #333333
}

.matchups {
    padding: 15px;
    height: 25vh;
    min-height: 275px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media (min-width:361px) and (max-width:767px) {
    .matchups {
        padding: 15px;
        height: 25vh;
        min-height: 275px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .matchups {
        padding: 15px;
        height: 35vh;
        min-height: 400px
    }
}

@media (min-width:1201px) {
    .matchups {
        height: 60vh;
        padding: 0 40px;
        min-height: 480px;
        max-height: 550px
    }
}

.matchups__al, .matchups__nl {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex-grow: 1
}

.matchups__al .matchup, .matchups__nl .matchup {
    z-index: 1;
    color: #000000
}

.matchups__al .matchup:hover, .matchups__nl .matchup:hover {
    color: #000000
}

.matchups__nl {
    justify-content: flex-end
}

.matchups__nl .round--wc {
    order: 4
}

.matchups__nl .round--wc .matchup:nth-of-type(3) .team--one {
    left: inherit;
    right: 0
}

.matchups__nl .round--wc .matchup:nth-of-type(3) .team--two {
    left: inherit;
    right: 0
}

.matchups__nl .round--ds {
    order: 2
}

.matchups__nl .round--cs {
    order: 1
}

.matchups__nl .round--ws .team {
    right: inherit;
    left: -50px;
    align-self: center
}

.matchups__nl .matchup .team.team--tri-code {
    right: inherit;
    margin-right: 22px
}

.matchups__nl .matchup:nth-of-type(3) .team.team--tri-code {
    right: inherit;
    margin-right: 20px
}

@media (min-width:320px) and (max-width:419px) {
    a.series-link {
        pointer-events: none;
        display: inline-block
    }
}

.matchup {
    position: relative
}

.matchup__result {
    font-size: 11px;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2;
    /*        position: fixed;*/
}

@media (min-width:768px) {
    .matchup__result {
        font-size: 11px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .matchup__result {
        display: none
    }
}

@media (min-width:1199px) {
    .matchup__result {
        font-size: 14px;
        /*/*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/ */ line-height: 1.2
    }
}

@media (min-width:1199px) and (min-width:768px) {
    .matchup__result {
        font-size: 14px;
    }
}

.matchup--al {
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999
}

    .matchup--al .teams {
        left: 0
    }

.matchup--nl {
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    border-left: 2px solid #999999
}

    .matchup--nl .protector {
        left: inherit !important;
        right: 0
    }

    .matchup--nl .teams {
        right: 0
    }

.matchup .protector {
    position: absolute;
    background: #FFFFFF;
    height: 2px;
    width: 50%;
    left: 0
}

.matchup .protector--top {
    top: -2px
}

.matchup .protector--bottom {
    bottom: -2px;
    z-index: 0
}

.round {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center
}

    .round .matchup {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25%
    }

@media (min-width:320px) and (max-width:374px) {
    .alws_matchup_xs, .nlws_matchup_xs {
        width: 0px !important;
    }
}

@media (min-width:375px) and (max-width:424px) {
    .alws_matchup_xs, .nlws_matchup_xs {
        width: 2rem !important;
    }
}

@media (min-width:320px) and (max-width:399px) {
    .round .matchup {
        width: 4rem
    }

    .round_matchup_cf {
        width: 4rem !important;
    }

    .round_matchup_cf_xs {
        height: calc(2 * 25%) !important;
        width: 3rem !important;
    }

    .team--1_cf {
        margin-left: 30px;
    }

    .team--2_cf {
        margin-left: 30px;
    }

    .team--3_cf {
        margin-right: 30px;
    }

    .team--4_cf {
        margin-right: 30px;
    }

    .team--8 {
        margin-left: -30px;
    }

    .team--9 {
        margin-left: -30px;
    }

    .team--10 {
        margin-left: 30px;
    }

    .team--11 {
        margin-left: 30px;
    }
}

@media (min-width:400px) and (max-width:480px) {
    .round .matchup {
        width: 4rem
    }

    .round_matchup_cf {
        width: 6rem !important;
    }

    .team--8 {
        margin-left: -15px;
    }

    .team--9 {
        margin-left: -15px;
    }

    .team--10 {
        margin-left: 15px;
    }

    .team--11 {
        margin-left: 15px;
    }
}

@media (min-width:425px) and (max-width:767px) {

    .matchups_al_cf, .matchups_nl_cf {
        margin-top: 70px !important;
    }

    .alds {
        padding-left: 55px !important;
    }

    .nlds {
        padding-right: 55px !important;
    }
}

@media (min-width:481px) and (max-width:579px) {
    .round .matchup {
        width: 4rem
    }

    .round_matchup_cf {
        width: 4rem !important;
    }
}

@media (min-width:580px) and (max-width:919px) {
    .round .matchup {
        width: 5rem
    }

    .round_matchup_cf {
        width: 9rem !important;
    }

    .round--ds .matchup {
        height: calc(1 * 25%) !important;
    }

    .alds {
        padding-left: 60px !important;
    }

    .nlds {
        padding-right: 60px !important;
    }

    .winner_cf {
        margin-top: 80px !important;
    }
}

@media (min-width:920px) and (max-width:1200px) {
    .round .matchup {
        width: 6rem
    }

    .round_matchup_cf {
        width: 10rem !important;
    }

    .round--ds .matchup {
        height: calc(1 * 25%) !important;
    }
}

@media (min-width:1100px) and (max-width:1303px) {
    .round .matchup {
        width: 8rem
    }

    .round_matchup_cf {
        width: 10rem !important;
    }
}

@media (min-width:1304px) {
    .round .matchup {
        width: 10rem;
        border-radius: 8px;
    }

    .round_matchup_cf {
        width: 12rem !important;
    }

    .team--1_qf, .team--2_qf {
        margin-left: 55px;
    }

    .team--3_qf, .team--4_qf {
        margin-left: -55px;
    }
}

.round .matchup .round__logo {
    max-width: 86px
}

.round .team {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /*border: 2px solid #999999;*/
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.round .team--unknown {
    background-color: #D2D2D2
}

.round .team.team--tri-code {
    display: none;
    border-radius: 0;
    width: auto;
    height: 50px;
    background: #FFFFFF;
    font-size: 14px;
    max-width: 40px;
    font-size: .84033613rem;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2
}

@media (min-width:768px) {
    .round .team.team--tri-code {
        font-size: .78431373rem
    }
}

@media (min-width:1200px) {
    .round .team.team--tri-code {
        margin-left: 22px
    }
}

.round .team--seed {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 12px;
    font-size: .70616482rem;
    /*font-family: "mlb-primary","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    line-height: 1.2
}

@media (min-width:768px) {
    .round .team--seed {
        font-size: .61514802rem
    }
}

.round .team--seed .seed__string span {
    margin-right: 3px
}

    .round .team--seed .seed__string span:last-child {
        margin-right: 0
    }

@media (max-width:768px) {
    .round .team--seed .seed__num, .round .team--seed .seed__text {
        display: none
    }

    .round .team--seed .seed__value {
        font-size: 14px;
        font-weight: 700;
        color: #000000
    }

    .round .team--seed .seed__string span {
        margin: 0
    }
}

.round .team--one-seed {
    top: 25px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .round .team--one-seed {
        right: 0
    }
}

.round .team--one-seed.tied {
    top: 8px
}

@media (max-width:768px) {
    .round .team--one-seed.tied {
        top: -4px
    }
}

.round .team--two-seed {
    bottom: -36px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .round .team--two-seed {
        right: 0
    }
}

.round .team--two-seed.tied {
    bottom: 60px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .round .team--two-seed.tied {
        left: 0
    }
}

@media (max-width:767px) {
    .round .team--one-seed {
        top: -34px
    }

    .round .team--two-seed.tied {
        width: 100%;
        bottom: 30px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .round .team--one-seed {
        top: -40px
    }
}

.round .team img {
    max-width: 75px;
    max-height: 75px
}

.round .teams {
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    background: #FFFFFF;
    height: 40px;
    align-items: center;
    max-width: 40px
}

    .round .teams.singleTie {
        background: none
    }

@media (min-width:1200px) {
    .round .teams.max {
        background: none
    }
}

.round .teams.superMax .team--seed {
    display: none
}

.round .teams--one {
    top: -22px
}

.round .teams--two {
    bottom: -22px
}

.round .teams .team {
    position: static;
    height: 20px;
    width: 20px
}

    .round .teams .team img {
        max-width: 10px;
        max-height: 10px
    }

@media (min-width:320px) and (max-width:399px) {
    .round .teams .team {
        position: static;
        height: 16px;
        width: 16px
    }

        .round .teams .team img {
            max-width: 8px;
            max-height: 8px
        }
}

@media (min-width:768px) {
    .round .teams {
        height: 80px;
        align-items: center;
        justify-content: space-around;
        max-width: 80px
    }

    .round .teams--one {
        top: -40px
    }

    .round .teams--two {
        bottom: -40px
    }

    .round .teams .team {
        position: static;
        height: 38px;
        width: 38px
    }

        .round .teams .team img {
            max-width: 20px;
            max-height: 20px
        }
}

@media (min-width:1200px) {
    .round .teams {
        max-width: 120px
    }
}

.round--wc .matchup:nth-of-type(1), .round--wc .matchup:nth-of-type(2), .round--wc .matchup:nth-of-type(4) {
    visibility: hidden
}

.round--wc .matchup:nth-of-type(3) .team--one {
    left: 0;
    top: -25px
}

@media (min-width:361px) and (max-width:767px) {
    .round--wc .matchup:nth-of-type(3) .team--one {
        top: -17px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .round--wc .matchup:nth-of-type(3) .team--one {
        top: -11px
    }
}

.round--wc .matchup:nth-of-type(3) .team--two {
    left: 0;
    bottom: -25px
}

@media (min-width:361px) and (max-width:767px) {
    .round--wc .matchup:nth-of-type(3) .team--two {
        bottom: -17px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .round--wc .matchup:nth-of-type(3) .team--two {
        bottom: -11px
    }
}

.round--wc .matchup:nth-of-type(3) .team.team--tri-code {
    margin-left: inherit
}

.round--wc .matchup__result {
    display: none
}

.round--wc.alwc .team--seed {
    left: 0;
    width: 30px
}

@media (min-width:768px) and (max-width:1199px) {
    .round--wc.alwc .team--seed {
        width: 50px;
        bottom: -42px
    }
}

@media (min-width:1200px) {
    .round--wc.alwc .team--seed {
        left: -38px;
        width: 100%
    }
}

@media (min-width:1304px) {
    .round--wc.alwc .team--seed {
        left: -52px
    }
}

.round--wc.alwc .team--seed.tied {
    left: 0;
    width: 100%
}

.round--wc.alwc .team--one-seed.tied {
    top: 5px
}

@media (max-width:768px) {
    .round--wc.alwc .team--one-seed.tied {
        width: 100%;
        top: -10px
    }
}

@media (max-width:1200px) {
    .round--wc.alwc .team--one-seed.tied.max {
        top: -12px
    }
}

.round--wc.alwc .team--two-seed.tied {
    top: 5px
}

@media (max-width:768px) {
    .round--wc.alwc .team--two-seed.tied {
        width: 100%;
        top: -10px
    }
}

.round--wc.alwc .team--two-seed.tied.max {
    top: 84px
}

.round--wc.nlwc .team--seed {
    right: 0;
    width: 30px
}

@media (min-width:768px) and (max-width:1199px) {
    .round--wc.nlwc .team--seed {
        width: 50px;
        bottom: -42px
    }
}

@media (min-width:1200px) {
    .round--wc.nlwc .team--seed {
        right: -38px;
        width: 100%
    }
}

@media (min-width:1304px) {
    .round--wc.nlwc .team--seed {
        right: -52px
    }
}

.round--wc.nlwc .team--seed.tied {
    right: 0;
    width: 100%
}

.round--wc.nlwc .team--one-seed.tied {
    top: 5px
}

@media (max-width:1200px) {
    .round--wc.nlwc .team--one-seed.tied.max {
        top: -12px
    }
}

.round--wc.nlwc .team--two-seed.tied.max {
    top: 84px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .round--ds .team {
        right: 30%
    }
}

.round--ds .team--one {
    top: -40px
}

@media (min-width:361px) and (max-width:767px) {
    .round--ds .team--one {
        top: -25px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .round--ds .team--one {
        top: -25px
    }
}

@media (max-width:768px) {
    .round--ds .matchup:nth-child(2) .team--one-seed {
        top: 14px
    }
}

.round--ds .team--two {
    bottom: -40px
}

@media (min-width:320px) and (max-width:360px) {
    .round--ds .team--two {
        bottom: -25px
    }
}

@media (min-width:361px) and (max-width:767px) {
    .round--ds .team--two {
        bottom: -25px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .round--ds .team--two-seed {
        bottom: 25px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .round--ds .matchup:nth-child(1) .team--two-seed {
        bottom: 14px
    }

        .round--ds .matchup:nth-child(1) .team--two-seed.tied {
            bottom: 30px
        }
}

@media (min-width:768px) and (max-width:1024px) {
    .round--ds .matchup:nth-child(2) .team--two-seed {
        bottom: -42px
    }
}

@media (max-width:767px) {
    .round--ds .matchup:nth-child(2) .team--two-seed {
        bottom: -35px
    }

        .round--ds .matchup:nth-child(2) .team--two-seed.tied {
            bottom: -8px
        }
}

.round--ds .matchup {
    height: calc(1.2 * 25%)
}

.round--cs .matchup {
    height: calc(2 * 25%);
}

.round--cs .matchup__result {
    text-align: center;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .round--cs .team {
        right: 30%
    }
}

.round--cs .team--one {
    top: -40px
}

@media (min-width:361px) and (max-width:767px) {
    .round--cs .team--one {
        top: -25px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .round--cs .team--one {
        top: -25px
    }
}

.round--cs .team--two {
    bottom: -40px
}

@media (min-width:361px) and (max-width:767px) {
    .round--cs .team--two {
        bottom: -25px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .round--cs .team--two {
        bottom: -25px
    }
}

.round--ws .matchup {
    width: calc(10rem / 2);
    height: 0;
    border-bottom: none
}

@media (min-width:320px) and (max-width:767px) {
    .round--ws .matchup {
        width: calc(5rem / 4)
    }
}

@media (min-width:768px) and (max-width:970px) {
    .round--ws .matchup {
        width: calc(10rem / 2)
    }
}

.round--ws .team {
    right: -50px;
    align-self: center
}

@media (min-width:768px) {
    .round--ws .team {
        top: -38px
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .round--ws .team {
        top: -25px
    }
}

.round--ws.alws {
    margin-right: calc(2.5rem)
}

    .round--ws.alws .team--seed {
        right: -38px
    }

.round--ws.nlws {
    margin-left: calc(2.5rem)
}

    .round--ws.nlws .team--seed {
        left: -38px
    }

.alwc, .nlwc {
    background-repeat: no-repeat;
    background-position: 50% 62%;
    background-size: 86px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .alwc, .nlwc {
        background-position: 50% 85%
    }
}

.alds, .alcs, .nlds, .nlcs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86px
}

.alds {
    padding-left: 120px;
}

.nlds {
    padding-right: 120px;
}

@media (min-width:980px) and (max-width:1200px) {
    .alwc, .nlwc, .alds, .alcs, .nlds, .nlcs {
        background-size: 60px
    }
}

@media (min-width:600px) and (max-width:1199px) {
    .alwc, .nlwc, .alds, .alcs, .nlds, .nlcs {
        background-size: 50px
    }
}

@media (min-width:361px) and (max-width:599px) {
    .alwc, .nlwc, .alds, .alcs, .nlds, .nlcs {
        background-size: 30px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .alwc, .nlwc, .alds, .alcs, .nlds, .nlcs {
        background-size: 25px
    }
}

@media (min-width:320px) and (max-width:360px) {
    .round .team {
        width: 50px;
        height: 50px
    }

        .round .team img {
            max-width: 50px;
            max-height: 50px
        }

    .round--ws .team {
        right: -50px
    }

    .matchups__nl .round--ws .team {
        left: -50px
    }
}

@media (min-width:361px) and (max-width:767px) {
    .round .team {
        width: 50px;
        height: 50px
    }

        .round .team img {
            max-width: 50px;
            max-height: 50px
        }
}

@media (min-width:400px) and (max-width:545px) {
    .matchups__al, .matchups__nl {
        margin: 0 -55px 0 -55px;
    }
}

@media (min-width:250px) and (max-width:399px) {
    .matchups__al, .matchups__nl {
        margin: 0 -90px 0 -90px;
    }

    .matchups_al_cf, .matchups_nl_cf {
        margin-top: 70px !important;
    }
}

@media (min-width:320px) and (max-width:399px) {
    .team--1 {
        margin-left: -20px;
    }

    .team--2 {
        margin-left: -20px;
    }

    .team--3 {
        margin-left: 20px;
    }

    .team--4 {
        margin-left: 20px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .remove__margin {
        margin-top: -40px;
    }
}

.gradient {
    background: white;
    background-clip: padding-box;
}

.gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -6px;
    border-radius: inherit;
    background: linear-gradient(to bottom right, #f9fbfc, #000000, #ffd300 );
    border: 2px solid #e5e7f2;
}

.small-circle-top-left,
.small-circle-top-right,
.small-circle-bottom-left,
.small-circle-bottom-right {
    width: 20px;
    height: 20px;
    position: absolute;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-circle-top-left {
    top: -8px;
    left: -8px;
}

.small-circle-top-right {
    top: -8px;
    right: -8px;
}

.small-circle-bottom-left {
    bottom: -8px;
    left: -8px;
}

.small-circle-bottom-right {
    bottom: -8px;
    right: -8px;
}