﻿.events-table {
  display: table;
  width: 100%;
  border-spacing: 20px;
  margin-bottom: 30px;
}
.events-row {
  display: table-row;
  margin-top: 20px;
  padding: 0;
}
.event {
  /*display: table-cell;*/
  display: inline-table;
  background: #fff;
  /*border: 2px solid #ebebeb;*/
  /*float: right;*/
  margin: 0 10px 20px 0;
  padding: 0;
  width: 32%;
  min-height: 250px;
  /*position: relative;*/
  vertical-align: top;
}
.no-results {
  width: 100%;
  text-align: center;
  font-weight: bold;
}