.evenement {
  margin-bottom: 20px;
}
.evenement:after {
  content: "";
  display: table;
  clear: both;
}
  
  .evenement > h4 {
    margin-bottom: 0;
  }
  .evenement .featured-img {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    max-width: 110px;
  }
  .evenement-dates{
    margin: 0 0 10px;
  }
  .evenement-dates p {
    font-size: .9em;
    font-style: italic;
    margin-bottom: 0;
  }

  /**
   * CARDS
   */
  .evenementen.cards .evenement.on-bg {
    border-radius: 3px;
    padding: 20px;
    background-color: rgba(242,243,243,0.9);
  }

    /* carousel */
    .evenementen .owl-theme .owl-controls { margin-top: -10px; }

  /**
   * LIST
   */
  .evenementen table img {
    max-width: 35px;
    border-radius: 50%;
    vertical-align: middle;
  }