.event {
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  min-height: 110px;
}

.event-logo {
  float: right;
}

.event-date {
  font-weight: bold;
  float: left;
}

.event-container {
  margin-left: 13em;
}

.event-name a {
  color: #040;
}

.event-infobox {
  float: right;
  max-width: 300px;
  margin-left: 1em;
}

.event-infos {
  margin-top: 1em;
  margin-left: 0;
}
.event-infos dt {
  float: left;
}

.event-infos dd {
  margin-left: 10em;
}