.event {
  clear: both;
}
a.event {
  border: 1px solid transparent;
  display: block;
  min-height: 160px;
  padding: 1em;
}
a.event:hover {
  border-color: #73a950;
  text-decoration: none;
}
.event p {
  color: black;
}
.event h2 {
  margin-bottom: 8px;
}
.event h2 span {
  color: gold;
}
.event h3 {
  margin-top: 0;
}
.event h3 span {
  color: goldenrod;
}
.event:hover h3 span {
  color: gold;
}
.event .date {
  color: #999;
  font-style: italic;
  margin-top: 5px;
}
.event .date.tbc::after {
  content: " †";
  font-size: 80%;
  vertical-align: super;
}
.event_logo {
  /* CSS class conflict, yuck */
  border-radius: 8px;
  float: right;
  height: 250px;
  width: 250px;
}
a .event_logo {
  height: 150px;
  width: 150px;
}

.map.static {
  padding-top: 1em;
}
.map.static img {
  border-radius: 8px;
  background-size: 100%;
  background-position: center;
  border: 1px solid black;
  max-width: 100%;
  max-height: 390px;
}

.map.footnote {
  font-size: 90%;
  padding: 0 1em;
}
