#event-filter-container{
	display: none;
}

/*small, medium and large screen*/
@media (min-width: 768px) {
	#event-table > tbody > tr > td{
		max-width: 300px;
	}
}

/*mobile screen*/
@media (max-width: 767px) {
	#event-table > tbody > tr > td{
		max-width: 150px;
		white-space: normal;
	}
}

