@media screen and (max-width: 40em) {
	#fooevents-attendee-list-compact th {
		display: none;
	}
	
	#fooevents-attendee-list-compact td {
		display: block;
		width: 100%;
	}
}