/**
 * Years
 */
#main_content .years {
	clear: both;
	font-size: 1.077em;
	margin-bottom: 2em;
	width: 100%;
}

#main_content .years:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#main_content .years .year {
	display: block;
	float: left;
	margin-right: 1em;
	position: relative;
	text-align: center;
	width: 3.2em;
}

#main_content .years .arrow {
	display: none;
	left: 50%;
	margin-left: -7px;
	top: 100%;
}

#main_content .years .pseudo_link {
	border-bottom-style: dotted;
	color: #000;
}

#main_content .years .pseudo_link:hover {
	color: #00e4ff;
}

#main_content .years .selected {
	background: #e0001a;
}

#main_content .years .selected .pseudo_link {
	border-bottom: 0;
	color: #fff;
	cursor: auto;
}

#main_content .years .selected .arrow {
	display: block;
}