@charset "UTF-8";
body#home #content div#event div#calendar-past .accordion_toggle {
	background-image: none!important;
}
body#home #content div#event div#calendar-past .accordion_target {
	display: block!important;
}
body#home #content div#event div#calendar-past .accordion_target td {
	border: 1px solid #f2f2f2 !important;
}
body#home #content div#event div#calendar-past .accordion_target tr:nth-child(odd) {
	background: #ebebeb;
}
body#home #content div#event div#calendar-past .accordion_target tr:nth-child(even) {
	background: #fafafa;
}