@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1em;
font-size:13px;
color:#ffffff;
background-color:#ffffff;
}


.title
{font-size:1.3em; margin-top:5px; font-weight:bold;}

.subtitle
{font-size:0.9em; margin-top:5px;}



.container {
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  padding:10px;
}

table
{
border-spacing:3px;
border-collapse:separate;
}

h2
{
color:#333;	
}
td
{
padding:3px;	
}
th
{text-align:center;  background-color:#000; color:#FFF; font-size:0.8em;}

.lab
{text-align:center;  background-color:#000; color:#FFF; font-size:0.8em; font-weight:bold;}


.playername
{
	color:#000;
	min-width:170px;
	border:1px solid #999;
}

.position
{
	color:#000;
	width:30px;
	border:1px solid #999;
}

.price
{
	color:#000;
	width:30px;
	border:1px solid #999;
}

.stat {
  font-weight: normal;
  font-size: 1em;
  width:80px;
  text-align:right;
}

.yay {
background-color: #758ea8;
}

.nay {
background-color:#fff; color:#000;	border:1px solid #999;
}

.total

{
text-align:right;
  font-weight: normal;
  font-size: 1em;
color:#000;
 border:1px solid #0C0;
}

.cut

{
text-align:right;
  font-weight: normal;
  font-size: 1em;
  color:#000;
 border:1px solid #F00;

}


.playoff
{
text-align:center;
  font-weight: bold;
  font-size: 1em;
  color:#000;
 border:1px solid #FC0;

}

.disclaimer
{
color:#000;	
font-style: italic;
font-size:0.9em;
}


.bye
{
background-color:#000; color:#FFF;	
text-align:center;
font-weight:bold;
}

.elim
{
background-color:#F00; color:#FFF;	
text-align:center;
font-weight:bold;
}

.safe
{
background-color:#0C0; color:#FFF;	
text-align:center;
font-weight:bold;
}

.invis
{
background-color:#FFF; color:#FFF; border-color: #FFF;;	
}

.playofflabel
{
background-color:#FC0; color:#FFF;	
text-align:center;
font-weight:bold;
}

/* ---- Live / Full-Season views ---- */
.view-toggle
{margin:4px 0 8px;}

#season-view
{display:none;}

html[data-teamview="season"] #season-view
{display:block;}

html[data-teamview="season"] #live-view
{display:none;}

.live-strip
{margin:0 auto 4px;}

.live-strip td
{text-align:center; font-weight:bold; padding:6px 14px;}

.live-note
{text-align:center; margin-bottom:10px;}

.live-table
{width:100%; margin-bottom:12px;}

.live-table .playername
{min-width:0;}

.live-table a
{color:#000;}

.mine
{color:#FFF; background-color: #758ea8}

.mine a
{color:#FFF;}
