.tsr.event {
  .resultlist & {
    display: block;
    width: 49%;
    padding-bottom: 2*$gutter;
  }

  dl {
    padding: 10px 0;
    @include definitionlist;
  }

  .button,
  .secondary_button {
    display: block;
    text-align: center;
    margin: 7px 0;
  }
}

.event_date {
  @extend %event_date;
  margin-bottom: $gutter;
}

.event_location {
  @extend %event_location;
  margin-bottom: $gutter;
}

.newsletter .auto_teaser.event {
  margin-top: 20px;

  + .auto_teaser.event {
    margin-top: 40px;
  }
}