﻿body {
    font-size: 12px;
}

.leagueheader {
    margin: 10px auto;
    width: 90%;
}

.linenum {
    position: absolute;
    left: 20px;
    top: 0px;
}

.gameheader {
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(0deg, #0A1025, #0A1025), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    height: 34px;
    line-height: 34px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-top:15px;
}

.gamenum {
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}

.date {
    display: inline-block;
    margin-right: 10px;
}

.result {
    position: absolute;
    left: 15px;
    font-weight: bold;
    font-size: 14px;
}

.teamline * {
    vertical-align: middle;
}

.teamimg img {
    width: 18px;
    height: 18px;
}

.teamline {
    
    line-height: 30px;
}

.teamimg {
    margin-right: 10px;
    margin-left: 10px;
    overflow:hidden;
    white-space:nowrap;
}

.teamname {
    width: 140px;
    display:inline-block;
}

.teamscore {
    margin-right:30px;
}

.gameinfo {
    background: rgba(20, 29, 52, 1);
    margin: 0 auto;
    width: 90%;
}

.teambold {
    font-weight:bold;
}

.leagueheader img {
    width:24px; height: 18px;
    margin-left:5px;
}

.leagueheader *{
    vertical-align:middle;
}
#top_menu {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.top_menu {
    width: 49%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    height: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

    .top_menu.selected {
        border-bottom: 2px solid rgba(255, 255, 255, 1);
        font-weight: bold;
        color: white;
    }