/* Styles for Event Listing page views grid*/
.utevent-listing-page .views-row {
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  margin-bottom: 32px;
}
.utevent-listing-page .views-row:first-child {
  border-top: 0px;
}
.utevent-listing-page .views-row:after {
  content: "";
  display: table;
  clear: both;
}
.utevent-listing-page .views-view-grid {
  width: 100%;
}
.utevent-listing-page > nav.pager {
  margin: 0 auto;
}
