.odense-event-lists h2 {
	max-width: 1056px;
	margin: 2rem auto 1rem auto;
	text-align: center;
}

.odense-event-lists table {
  max-width: 1056px;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0 auto;
}

.odense-event-lists th,
.odense-event-lists td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}

.odense-event-lists th {
  background-color: #EEE9E5;
  font-weight: bold;
}

.odense-event-lists tr:nth-child(even) {
  background-color: #fafafa;
}

.odense-event-lists tr:hover {
  background-color: #f0f0f0;
}