/* INSTRUCTORS */
div#content ul {
	margin: 0px 20px 20px;
}
div#content ul li {
	margin-bottom: 5px;
}

/* DAN RANKS */
table {
	margin-bottom: 10px;
	width: 100%;
}
table tbody tr td {
	padding: 5px;
}
table tbody tr td.year {
	background: none !important;
	padding-right: 20px;
	vertical-align: top;
	width: 15%;
}
table tbody tr.nidan td {
	background: #EEE;
}
table tbody tr.sandan td {
	background: #DDD;
}
table tbody tr.godan td {
	background: #CCC;
}