/* Table Styles */

.contact-table {
    border:none;
}

.events-table {
	width:100%;
	border:1px solid #ddd;
    -webkit-border-radius:8px;
	border-radius:8px;
	border-collapse:collapse;
}

.events-table th {
	font-family:'Heebo';
	font-size:1.1em;
	color:black;
	text-align:left;
	border:1px solid #eeeeee;
	margin:0;
}

.events-table th span {
	font-family:'Heebo';
	font-size:1.1em;
	color:black;
	font-weight:500;
	padding:10px 10px;
	display:inline-block;
}

.events-table td {
	font-family:'Heebo';
	font-size:1em;
	color:black;
	font-weight:400;
	text-align:left;
	padding:6px 10px;
	margin:0;
	border:1px solid #eeeeee;
}

.events-table tr:nth-child(even) {
	background-color:#ffffff;
}

.events-table tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.events-table tr th:nth-child(odd) {
	background-color:#eeeeee;
}

.events-table tr th:nth-child(even) {
	background-color:#eeeeee;
}

.events-table tr:hover td {
	background-color:#e0e0e0;
}