Custom CSS for Team Rosters Tables 2

/*
 * CSS File for Team Rosters Plugin
 * Excerpt from the mstw-tr-custom-styles.css on dev.shoalsummitsolutions.com
 *
 * Slight changes may be required depending on your theme's default CSS
 * your-site-url/wp-content/themes/your-parent-theme/style.css
 * your-site-url/wp-content/themes/your-child-theme/style.css
 *
 * Hopefully you are using a child-theme. You can read why in many places including:
 * https://shoalsummitsolutions.com/why-a-child-theme/
 * 
 * Put your custom css in this specific file:
 * your-site-url/wp-content/themes/your-active-theme/mstw-tr-custom-styles.css
 *
 */

 
/*-------------------------------------------------------	
 *	Roster table settings for Cal Bears - NEW Table 2
 *------------------------------------------------------*/	
div.roster-sort-controls h1.mstw-tr-roster-title.mstw-tr-roster-title_cal-bears,
div.roster-sort-controls h1.mstw-tr-roster-title.mstw-tr-roster-title_cal-bears-csv {
	color : #003262; /*blue*/
	} 
	
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player,
ul.mstw-tr-roster-player-list-cal-bears .mstw-tr-roster-player-container,
div.mstw-tr-roster-player-container-cal-bears .mstw-tr-roster-player-number-name h3.player-name a
{
	background-color : #003262; /*blue*/
	color            : #FDB515; /*gold*/
}

div.mstw-tr-roster-player-container-cal-bears .mstw-tr-roster-player-bio a {
	color            : #FDB515; /*gold*/
	text-decoration  : none;
}

ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(odd),
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(odd) div.mstw-tr-roster-player-container,
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(odd) .mstw-tr-roster-player-other,
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(odd) .mstw-tr-roster-player-details,
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(odd) div.mstw-tr-roster-player-container .mstw-tr-roster-player-number-name h3.player-name a { 
	background-color : #DDD;    /*light gray*/
	color            : #003262; /*blue*/
}

ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(even),
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(even) div.mstw-tr-roster-player-container,
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(even) .mstw-tr-roster-player-other,
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(even) .mstw-tr-roster-player-details,
ul.mstw-tr-roster-player-list-cal-bears li.mstw-tr-roster-player:nth-child(even) div.mstw-tr-roster-player-container .mstw-tr-roster-player-number-name h3.player-name a { 
	background-color : #003262; /*blue*/
	color            : #FDB515; /*gold*/
}

li.mstw-tr-roster-player:nth-child(odd) div.mstw-tr-roster-player-container-cal-bears .mstw-tr-roster-player-number-name h3.player-name a,
li.mstw-tr-roster-player:nth-child(odd)	div.mstw-tr-roster-player-container-cal-bears .mstw-tr-roster-player-bio a {
	color           : #003262; /*blue*/
	text-decoration : none;
}

div.mstw-tr-roster-player-container-cal-bears .mstw-tr-roster-player-number-name h3.player-name a {
	color           : #FDB515;
	text-decoration : none;
}

div.mstw-tr-roster-player-container-cal-bears div.mstw-tr-roster-player-number-name span.jersey {
    background  : #FDB515; /*gold*/
    color       : #003262; /*blue*/
}

 /*-------------------------------------------------------	
 *	Roster table settings for 1954 NY Giants - NEW Table 2
 *------------------------------------------------------*/
/* 
 * Giants Black			#000
 * Giants Orange		#FC4614	
 * Giants Tan(accent)	#C49A6C	
 * Giants Cream(accent)	#F0EDE3	
 * 
 */
 
div.roster-sort-controls h1.mstw-tr-roster-title.mstw-tr-roster-title_sf-giants-1954,
div.roster-sort-controls h1.mstw-tr-roster-title.mstw-tr-roster-title_sf-giants-1954 {
	color: #FC4614;
	} 
	
 ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player,
 ul.mstw-tr-roster-player-list-sf-giants-1954 .mstw-tr-roster-player-container,
 div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-number-name h3.player-name a {
	background-color : #C49A6C; /*tan*/
	color            : #000;    /*black*/
	}

ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(odd),
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(odd) div.mstw-tr-roster-player-container,
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(odd) .mstw-tr-roster-player-other,
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(odd) .mstw-tr-roster-player-details,
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(odd) div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-number-name h3.player-name a { 
	background-color : #000;    /*black*/
	color            : #FC4614; /*orange*/
	
}

ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(even),
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(even) div.mstw-tr-roster-player-container,
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(even) .mstw-tr-roster-player-other,
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(even) .mstw-tr-roster-player-details,
ul.mstw-tr-roster-player-list-sf-giants-1954 li.mstw-tr-roster-player:nth-child(even) div.mstw-tr-roster-player-container .mstw-tr-roster-player-number-name h3.player-name a { 
	background-color : #C49A6C; /*tan*/
	color            : #000;    /*black*/
}

li.mstw-tr-roster-player:nth-child(odd), 
div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-number-name h3.player-name a,
div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-bio a	{
	color: #FC4614; /*orange*/
}

/* This is the black background */
li.mstw-tr-roster-player:nth-child(odd) div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-number-name h3.player-name a,
li.mstw-tr-roster-player:nth-child(odd)	div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-bio a {
	color           : #FC4614; /*orange*/
	text-decoration : none;
}

div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-number-name h3.player-name a,
div.mstw-tr-roster-player-container-sf-giants-1954 .mstw-tr-roster-player-bio a  {
	color           : #000;
	text-decoration : none;
}



div.mstw-tr-roster-player-container-sf-giants-1954 div.mstw-tr-roster-player-number-name span.jersey {
    background  : #FC4614; /*orange*/
    color       : #000;    /*black*/
}