/* Styles für die Tabelle */

.table_season { /* Das umschließende div */
         width: 260px;
         padding: 0;
         margin-top: 5px;
         margin-bottom: 5px;
}

.table_season_tab { /* Die umschließenede Tabelle */
         width: 260px;
         padding: 0;
         spacing: 0;
         border: 1px #FFFFFF;    
}
.table_season_tab td {
    text-align: center;
}
.table_season_headline { /* Die Überschrift der Tabelle tr */
    
}

.season_head { /* Die Überschrift der Tabelle td */
        font-weight: bold;
        text-align: left;
}

.table_season_notes { /* Spalten Überschriften tr */
    background-color:#e5e5e5;
}

.table_season_notes_team { /* Spalten Überschrift team td */
    
}
.table_season_notes_games { /* Spalten Überschrift games td */
    
}
.table_season_notes_won { /* Spalten Überschrift won td */
    
}
.table_season_notes_draw { /* Spalten Überschrift draw td */
    
}
.table_season_notes_lost { /* Spalten Überschrift lost td */
    
}
.table_season_notes_for { /* Spalten Überschrift for/against td */
    
}
.table_season_notes_percentage { /* Spalten Überschrift percentage td */
    
}
.table_season_notes_points { /* Spalten Überschrift points td */
    
}
.table_season_ranks { /* Zeilen mit den Rängen tr */
    background-color:#f3f3f3;
}
.table_season_ranks_1,
.table_season_ranks_2,
.table_season_ranks_3,
.table_season_ranks_4,
.table_season_ranks_5 { /* Zeilen mit den Rängen tr, wobei die Spalten der Reihe nach durchnummeriert sind. */
    
}
.table_season_ranks_team { /* Zelle mit den Namen der Teams (allgemein) td */
    
}
.table_season_ranks_team_Munich,
.table_season_ranks_team_Berlin,
.table_season_ranks_team_Frankfurt,
.table_season_ranks_team_Rheinland,
.table_season_ranks_team_Hamburg { /* Zelle mit den Namen dem spezifischen Namen der Teams td*/
    
}

.table_season_ranks_team_Frankfurt {
    /* font-weight:bold; */
}

.table_season_ranks_games,
.table_season_ranks_won,
.table_season_ranks_draw,
.table_season_ranks_lost,
.table_season_ranks_for,
.table_season_ranks_percentage,
.table_season_ranks_points { /* Zellen mit den jeweiligen Werten */
    
}

/* Wenn einzelne Spalten verändert, z.B. ausgeblendet werden sollen */
.table_season_notes_place,
.table_season_ranks_place {
     display:none; 
}
.table_season_notes_team,
.table_season_ranks_team {
    /* display:none; */
}
.table_season_notes_games,
.table_season_ranks_games {
    /* display:none; */
}
.table_season_notes_won,
.table_season_ranks_won {
    /* display:none; */
}
.table_season_notes_draw,
.table_season_ranks_draw {
    /* display:none; */
}
.table_season_notes_lost,
.table_season_ranks_lost {
    /* display:none; */
}
.table_season_notes_for,
.table_season_ranks_for {
    /* display:none; */
}
.table_season_notes_percentage,
.table_season_ranks_percentage {
    /* display:none; */
}
.table_season_notes_points,
.table_season_ranks_points {
    /* display:none; */
}