@charset "utf-8";

/* -----------------------------------------------
 sip.html
-------------------------------------------------- */
div.section table.sip th,
div.section table.sip td {
	padding:4px;
	line-height:1.3;
	font-size:87%;
}


/* -----------------------------------------------
 lineup.html
-------------------------------------------------- */
div.section p.legend {
	width:6em;
	float:right;
	margin-bottom:0;
	border:#CCC 1px solid;
	background-color:#FFE8F0;
	font-size:87%;
	padding-left: 2px;
}
div.section table.lineup {
	margin-bottom:0.5em;
}
div.section table.lineup tr th,
div.section table.lineup tr td {
	padding:4px;
	font-size:87%;
	line-height:1.3;
}
div.section table.lineup tr td.production {
	background-color:#FFE8F0;
}
div.section table.monolithic tbody tr th {
	background-color:#EAF1DE;
}
div.section table.mcp tbody tr th {
	background-color:#E8F7FB;
}
div.section table.pop tbody tr th {
	background-color:#FDF4E4;
}

