div.wide {
	width: 600px;
	margin: auto;
}

div.yr {
	text-align: center;
	font-size: 1.5em;
	color: red;
}

div.space {
	display: table-cell;
	width: 112px;
}

div.split {
	display: table-cell;
	width: 4px;
}

div.comm {
	background-color: #006699;
	height: 40px;
}

div.dead {
	background-color: #888;
	height: 40px;
}

div.select{
	background-color: #996600;
	height: 40px;
}

div.left {
	width: 91px;
	border-radius: 20px 0 0 20px;
}

div.right {
	width: 91px;
	border-radius: 0 20px 20px 0;
}

div.center {
	width: 91px;
}

div.comm:hover {
	background-color: #996600;
}

div.commrow {
	display: table-row;
	color: white;
}

div.commrow a {
	color: white;
	text-decoration: none;
}