#standings table {
	border-spacing: 0;
	margin: 0;
	width: 100%;
}
#standings td {
	border-left: 1px solid #000;
	border-spacing: 0;
	text-align: center;
}
#standings th {
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	border-spacing: 0;
}
#standings .mod-body {
	padding: 0;
}
#standings .name {
	text-align: left;
}
#standings .odd {
	background-color: #600;
}
#standings .streak {
	font-family: monospace;
	font-size: 1.3em;
}
