@charset "utf-8";
/* CSS Document */

/* STANDINGS */

#standings h4 {
	font-size: 18px;
	color: #343e47;
	margin-bottom: 10px;
}

#standings table {
	width: 511px;
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

#standings td {
	text-align: center;
}

#standings .alt {
	background: #e5e6ea;
}

#standings td {
	padding: 2px 5px;
	font-size: 11px;
}

#standings .team {
	width: 165px;
}

#standings td.team {
	text-align: left;
}

#standings a {
	color: #343e47;
}

#standings .stat {
	width: 30px;
}

#standings .points, .spirit {
	width: 50px;
	background: #d9dade;
}

#standings td.spirit {
	color: #787a79;
}