

/* --- Stylesheet 8141 () --------- */ 

.T4988 .outer {
	column-count: 3;
	column-gap: 4em;
	margin: 20px 0px;
}

.T4988 .event {
	margin-bottom: 0.5em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.T4988 .event .date {
	display: block;
	color: rgba(0,0,0,0.5);
	font-size: 0.8em;
}

.T4988 .event .name {
	display: block;
	font-weight: bold;
}


@media all and (min-width: 1024px) and (max-width: 1279px) {
	
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T4988 .outer { column-count: 2; }
}

@media all and (max-width: 767px) {
	.T4988 .outer { column-count: 1; }
}

