body {
    margin: 0;
    padding: 0;
    font-family: Work Sans, sans-serif
}

*, body, div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.App .App-header {
    height: 46px;
    background-color: #000;
    text-align: center
}

.App .App-header .logo-wrapper {
    margin: 0 auto;
    display: flex;
    height: 46px;
    width: 340px
}

.App .App-header .logo-wrapper img {
    display: block;
    float: left
}

.App .App-header .logo-wrapper .SL-logo {
    width: 157px;
    margin-top: 14px;
    margin-right: 32px
}

.App .App-header .logo-wrapper .plus {
    margin-top: 17px;
    margin-right: 32px
}

.App .App-header .logo-wrapper .Trace-logo {
    margin: auto;
}

.App .width-wrapper {
    margin: 0 auto;
    text-align: center;
}

.App .top-menu {
    padding: 0 20px;
    background-color: #37c2ac;
    height: 150px;
}

.App .top-menu .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px
}

.App .top-menu .menu {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.App .top-menu .menu.small {
    display: none
}

.App .top-menu .menu .menu-item {
    float: left;
    color: #237e6f;
    font-weight: 300;
    font-size: 17px;
    padding: 3px 20px;
    border-right: 1px solid #237e6f;
    cursor: pointer
}

.App .top-menu .menu .menu-item:last-child {
    border-right: none
}

.App .top-menu .menu .menu-item.active {
    background-color: hsla(0, 0%, 100%, .2);
    color: #fff;
    font-weight: 600
}

.App .rows {
    padding: 0 20px
}

@media (max-width: 550px) {
    .App {
        min-width: 365px
    }

    .App .top-menu .menu.small {
        display: block !important
    }

    .App .top-menu .menu.big {
        display: none !important
    }

    .App .top-menu .menu .menu-item {
        font-size: 16px;
        padding: 4px 10px;
        font-weight: 500;
        width: 33%;
        margin-top: 5px;
    }
}

.TimeRow .header {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
    height: 35px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 10px;
    cursor: pointer
}

.TimeRow .header.active img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.TimeRow .hidden {
    display: none
}

.GameRow {
    border-top: 1px solid #e1e1e1;
    height: 50px;
    padding-left: 10px;
    cursor: pointer
}

.GameRow a {
    text-decoration: none
}

.GameRow .big {
    height: 100%
}

.GameRow .small {
    display: none
}

.GameRow .team {
    float: left;
    font-size: 17px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%
}

.GameRow .team.team1 {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.GameRow .team.team1, .GameRow .team.team2 {
    width: calc(50% - 5px)
}

.GameRow .team.divider {
    color: #999;
    height: 100%;
    line-height: 48px
}

.GameRow .team .name {
    color: #00bea2;
    margin: auto 0
}

.GameRow .team .number {
    color: #333;
    padding: 0 20px;
    margin: auto 0
}

@media (max-width: 750px) {
    .GameRow {
        height: 60px;
        margin-bottom: 10px;
        padding-top: 10px
    }

    .GameRow .big {
        display: none
    }

    .GameRow .small {
        display: block
    }

    .GameRow .team {
        float: none;
        font-size: 16px
    }

    .GameRow .team.team1 {
        width: auto;
        text-align: left;
        padding-bottom: 8px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .GameRow .team.team2 {
        width: auto
    }

    .GameRow .team .number {
        padding: 0 10px
    }
}

/*# sourceMappingURL=main.31d8c3d7.css.map*/