/* MP 2019-01-29 Override The Event Calendar style changes that change list styles */
.tribe-events-content .tribe-events-single-event-description ul li {
	color: #333;
	font-size: 166px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Lucida, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	margin-left: 20px;
	list-style-type: square;
}
