.table-container {
  	display: block;
  	width: 90%;
  	max-width: 1160px;
}

.flex-table {
  	display: flex;
  	flex-flow: row wrap;
}

.flex-table.header {
	display: none;
  	color: #000;
  	font-weight: bold;
  	font-size: 16px;
  	border-bottom: 1px solid #FBC940;
}

.flex-table.header .flex-cell {
  	padding: 0 0 25px;
}

@media all and (min-width: 768px) {
	.flex-table.header {
		display: flex;
	}
}

.flex-table .flex-cell p {
	font-size: 12px;
	margin: 0 0 16px 0;
}

.flex-table .flex-cell p:last-of-type {
	margin:0;
}

.flex-table .flex-cell p span {
	font-size: 12px;
}

.flex-table .flex-cell p span.title {
	font-weight: bold;
}

@media all and (min-width: 768px) {
	.flex-table .flex-cell p span {
		font-weight: bold;
	}
}

.flex-table-row .flex-cell a {
	color: #009FD9;
}

.tep-events-table .mobile-row {
	padding: 30px 0;
	border-bottom: 1px solid #D8D8D8;
	text-align: center;
}

.tep-events-table .mobile-row .flex-cell {
	margin-bottom: 8px;
}

.tep-events-table .mobile-row ul {
	list-style: none;
}


.tep-events-table .mobile-row .flex-cell:nth-child(5) {
	margin-bottom: 20px;
}

.tep-events-table .desktop-row {
	display: none;
}

.flex-cell {
	width: 100%;
}

.tep-events-table .flex-table.last-row{
	border-bottom: none;
}

@media all and (min-width: 768px) {
	.tep-events-table .mobile-row {
		display: none;
	}

	.tep-events-table .desktop-row {
		display: flex
	}

	.tep-events-table .desktop-row .flex-cell {
	    display: flex;
	    flex-flow: column;
	    justify-content: center;
	    padding: 0 10px 0 0;
	}

	.tep-events-table .desktop-row .flex-cell:last-child {
		padding: 0;
	}

	.tep-events-table .desktop-row {
		padding: 30px 0;
		border-bottom: 1px solid #D8D8D8;
	}

	.flex-cell:first-child {
	  width: 10%;
	}

	.flex-cell:nth-child(2) {
	  width: 17%;
	}

	.flex-cell:nth-child(3) {
	  width: 32%;
	}

	.flex-cell:nth-child(4) {
	  width: 19%;
	}

	.flex-cell:nth-child(5) {
	  width: 22%;
	}
}