.team-logo{
    width: 30px;
    padding-left: 5px;
}

.team-logo img{
    width: 30px;
    height: 30px;
}


.team-standing-row > td,
.team-standing-row > th{
    vertical-align: middle;
    font-size: 0.9em;
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
}

th.standings-sub-header{
    text-align: left;
    padding-left: 5px;
}

.team-standing-row-header > th {
    padding-top: 5px;
}

.team-standing-row-tbody:first-child > tr > th{
    padding-top: 0px;
    border-top: none;
}

.team-standing-row:nth-child(even) td{
    background: #f7f7f7;
}


.team-standing-row > td.highlighted-col{
    background: #e7e7e7;
    border-left: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    font-weight: bold;
}

.team-standing-row:nth-child(even) td.highlighted-col{
    background: #eaeaea;
}

.team-standing-row > th{
    color: #585858;
    border-bottom: 1px solid #9d9c9c;
    padding-bottom: 5px;
}

.team-standing-row > td.team-name{
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
}

.team-standing-table{
    width: 100%;
    border-spacing: 0px;
}


.team-name-nick{
    display: none;
}

@media only screen and (min-width: 400px) {

    .team-name-abbrev{
        display: none;
    }

    .team-name-nick{
        display: inline-block;
    }
}

.is-favorite-team.team-standing-row:nth-child(even) td,
.is-favorite-team.team-standing-row:nth-child(odd) td,
.is-favorite-team td{
    background: #fff6c5;
}



.team-name-is-favorite-wrapper{
    display: none;
}

.is-favorite-team .team-name-is-favorite-wrapper{
    display: inline-block;
}

.team-name-is-favorite-wrapper{
    margin-left: 5px;
}

.team-name-is-favorite-wrapper .star{
    font-size: 6px;
}

.season-nav-right-cell{
    vertical-align: top;
}

#standings-group-select{
    margin-top: 1px;
}

@media only screen and (max-width: 465px) {

    .next-previous-week{
        display: none;
    }

}

@media only screen and (min-width: 386px) {

    #this-week {
        display: block;
    }
}

.team-clinched-notations{
    font-size: smaller;
    vertical-align: super;
    font-weight: normal;
    margin-left: 2px;
}

.standings-col-streak{
    width: 40px;
}