.wrapper-scores {
/* 2018.11.04
	border:1px solid #000;
*/
	display:inline;
	float:left; 
/* 2018.11.04
	padding:10px 3px;
*/
	overflow:hidden; 
/* 2018.11.10
	width:260px; 
*/
	width:100%;
}
.wrapper-scores .tab {
	border:none; 
	line-height:2.5;
	text-align:center;
/* 2018.11.10
	width:130px;
*/
}

.wrapper-scores #stats {
	margin-bottom:10px;
}





/* ---------- STANDINGS ---------- */
#section2 table.standings {
	border-collapse:collapse;
	width:100%;
}
table.standings tr {
	background: #000; /* Old browsers */
	background: linear-gradient(to top,  #000000 0%,#6e6e6e 100%); /* W3C */
}
table.standings td,
table.standings th {
/* 2018.12.01
	padding:.2em .5em;
*/
	padding:2px;
}
table.standings th {
	background-color:transparent;
	border:1px solid #333;
	color:#fff;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
table.standings td {
	background-color:#fff;
	border:1px solid #ccc;
/* 2018.11.13
	font-size:.9em;
*/
	font-size:small;
	text-align:center;
}
table.standings td.team {
	text-align:left;
	width:50%;
}
table.standings td.points {
	background-color:#efefef;
}
/*
table.standings tbody tr:nth-child(odd) td {
   background-color: #efefef;
}
*/


/* 2016.11.17 :: NEW SCORE BAR ***** */
/* 2016.11.17 :: NEW SCORE BAR ***** */
/* 2016.11.17 :: NEW SCORE BAR ***** */
body.team-detail table#scores {
	margin-bottom:1em;
	width:100%;
}
table#scores {
	border:none;
	border-collapse:separate;
}
table#scores * {
	box-sizing:border-box;
}
table#scores th.gamedate {
		background: #000000;
		background: linear-gradient(to right, #000000 0%,#6e6e6e 100%);
		border-bottom: 3px solid #004a8b;
		color: #fff;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		padding: 6px 10px 5px;
}
table#scores th {
		background-color: #999;
		color: #222;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.1;
		margin: 0;
		padding: 2px 1px 2px 3px;
		text-align: left;
		text-transform: uppercase;
}
table#scores td,
body.team-detail table#scores td {
/*
		border-bottom: 1px solid #ccc;
*/
		font-family: Arial, Helvetica, sans-serif;
		font-size:small;
		line-height: 1.1;
		padding: 4px 2px;
		text-align: left;
/* 2016.11.17
		width: 49%;
*/
		
}
body.team-detail table#scores td {
	font-size:medium;
}
table#scores td, 
table#scores th {
/* 2018.11.13
		font-size: small;
*/
/* 2018.12.01
		font-size: medium;
		padding:.2em .5em;
*/
		font-size: small;
		padding:2px;
}
table#scores td.gametime {
	text-align:center;
}
/*
table#scores td.home-city,
table#scores td.visitor-city {
	width:40%;
}
table#scores td.home-score,
table#scores td.visitor-score {
	text-align:center;
	width:10%;
}
*/
/*
table#scores tr.matchup td,
table#scores td.home-city,
table#scores td.home-score,
table#scores td.visitor-city ,
table#scores td.visitor-score {
	border-top:1px solid #c00;
}
*/
table#scores tr.matchup td,
table#scores tr.no-notes td,
table#scores tr.notes td {
	border-bottom:1px solid #ccc;
}
table#scores tr.matchup td.gametime {
/* 2016.11.19
	padding-right:1em;
*/
	text-align:right;
}
body#homepage table#scores tr.matchup td.gametime {
	padding-right:1em;
}
table#scores tr.notes td {
/* 2018.11.13
	font-size:x-small;
*/
	font-size:small;
	text-align:right;
}
table#scores td.winner {
	font-weight:bold;
}
table#scores td.score {
	text-align:center;
}
table#scores tr.watch td {
    border-bottom: none;
    padding-bottom: 15px;
    text-align: center;
}
/* 2016.11.19
body.team-detail table#scores td.gamedate {
	width:25%
}
body.team-detail table#scores td.teamcity {
	width:25%
}
body.team-detail table#scores td.score,
body.team-detail table#scores td.gametime {
	width:12.5%
}
*/

/*
body#homepage table#scores td.gamedate {
	width:25%
}
*/
/*
body#homepage table#scores td.teamcity {
	width:36%;
}
body#homepage table#scores td.score,
body#homepage table#scores td.gametime {
	width:14%;
}
body#homepage table#scores td.gametime {
	padding-right:0;
}
*/
/*
body#homepage table#scores tr.matchup td.teams {
	width:62.5%
}
*/
	
table#scores span.overtime,
table#scores span.shootout {
	font-style:italic;
}
/* 2016.11.17 :: NEW SCORE BAR ***** */
