div.event-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: both;
  line-height: 19px;
  font-family: "Titillium Web", Arial, sans-serif;
  min-height: 70px;
  border-bottom: 1px solid #ffffff;
  contain: content;
}

div.event-container:last-of-type {
  border-bottom: 0px;
}

.event-container .eventDate {
  float: left;
  width: 55px;
  text-align: left;
  margin-right: 15px;
}

.event-container .eventDate .month {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  width: 55px;
  border: 1px solid #0a304e;
  height: 25px;
  background-color: #0a304e;

}

.event-container .eventDate .day {
  text-align: center;
  display: inline-block;
  color: #000000;
  font-size: 24px;
  width: 55px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: 1px solid #a2a2a2;
  border-top: 0;
  font-weight: 300;
}

.event-container .eventBody {
  display: block;
  overflow: hidden;
  min-height: 35px;
  font-size: 16px;
}

.event-container .eventBody .description {
  font-size: small;
  color: #f5f5f5;
}

.event-container .eventBody .location {
  font-size: x-small;
  color: #f5f5f5;
}
