.Teams
{
    width:100%;
}

.LeftPanel
{
    float:left;
    width:50%;
}
.RightPanel
{
    float:right;
    width:50%;
}

#AllTeamsSchedule
{
    width:100%;
}

#AllTeamsMembers
{
    width:100%;
}

.teamMemberColumn
{
     vertical-align:top;
     width:33%;

}

.team_captain
{
     font-weight:bold;
}

.team_GOLD
{
     font-weight:bold;
     color:#F99D31;
     border-bottom-width:100%;
     border-bottom-style:solid;


}


.team_GREEN
{
     font-weight:bold;
     color:Green;
     border-bottom-width:100%;
     border-bottom-style:solid;


}

.team_BLACK
{
     font-weight:bold;
     color:Black;
    border-bottom-width:100%;
     border-bottom-style:solid;

}
.team_BLUE
{
     font-weight:bold;
     color:Blue;
    border-bottom-width:100%;
     border-bottom-style:solid;
 
}
.team_TEAL
{
     font-weight:bold;
     color:Teal;
    border-bottom-width:100%;
     border-bottom-style:solid;
 }

.team_RED
{
     font-weight:bold;
     color:Red;
    border-bottom-width:100%;
     border-bottom-style:solid;
 }

.team_WHITE
{
     font-weight:bold;
     color:#969696;
    border-bottom-width:100%;
     border-bottom-style:solid;

}

.standings_header
{
     font-weight:bold;
     color:Black;
        height: 30px; 


}


