.eb-event-item-grid-default-layout .eb-event-title-container {
  font-weight: 500;
  font-size: 1.4rem
}
a.eb-event-title {
  color: #f64231
}
.eb-event-item-grid-default-layout .eb-event-date-time, .eb-event-location {
    font-weight: 300;
  font-size: 1.2rem;
}
.eb-event-price.btn.btn-primary {
      font-weight: 300;
  font-size: 1.2rem;
  background-color: transparent;
  color: #545454;
  font-weight: 500;
}
.baansch {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px
}
.eb-event-item-grid-default-layout {
  padding: 15px;
  background-color: #fff;
}
.btn.btn-primary.eb-register-button.eb-individual-registration-button {
  background-color: #00a561;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 8px;
}
.btn.btn-primary.eb-register-button.eb-individual-registration-button:hover {
    background-color: #3980a5;
