#standings {
	border-collapse: collapse;
	border: 3px solid black;
	margin-bottom: 20px;
}

#standings th {
	background: silver;
	text-align: left;
	vertical-align: bottom;
	padding: .2em .5em .1em;
	border-bottom: 2px solid black;
}

#standings tbody tr.poty td {
	background: #ff1;
	font-weight: bold;
}

#standings td {
	padding: .1em .4em;
	border-bottom: 1px solid black;
}

#under td {
	border-top: 2px solid red;
}

.no-note {
	margin-top: 20px;
}

