﻿.league_header {
    font-family: Heebo;
    font-weight: 700;
    line-height: 20.56px;
    text-align: right;
    margin-top: 10px;
}


#mainframe {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}

date_text {
    font-weight: 400;
}

.game_container {
    background: #121A32;
    height: 40px;
    margin-top: 10px;
    border-width: 1px, 0px, 1px, 0px;
    border-style: solid;
    border-color: #0000001A;
    border-radius: 4px;
    font-size: 10px;
}

    .game_container * {
        vertical-align: middle;
    }

.timg {
    width: 24px;
}

.hteam, .ateam, .status {
    display: inline-block;
}

.hteam, .ateam {
    width: 40%;
}

.status {
    width: 20%;
    text-align: center;
}

.hteam {
    text-align: left;
}

    .hteam span, .ateam span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 74%;
        display: inline-block;
    }

.ateam span {
    margin-right: 5px;
}

.hteam span {
    margin-left: 5px;
}

a {
    color: white !important;
    text-decoration: none !important;
}
