.eventsWrapp{
	padding:20px;
}
table.events{
	width: 100%;
}
table.events td.dateTd{
	width: 52px;
}
table.events td{
	padding: 6px 8px;
	
	font-weight: bold;
	border-bottom: 1px solid #1d1d1b;
}
table.events td .location{
	color: #ccc;
	font-weight: normal;
	padding-left: 20px;
}
table.events td a{
	font-size: 12px;
	font-weight: normal;
}
table.events td .links{
	color: #ccc;
	font-size: 12px;
}
table.events tr.over td{
	background: #38383A;
}
.years{
	font-size: 14px;
}
a.year{
	margin: 0 12px;
	font-size: 14px;
	font-weight: normal;
}