/* layout */
.events-content-future-list-view-space .table thead {
  background: var(--topic-color);
}


.events-content-future-list-view-space .table {
  margin-top: 0px;
  margin-bottom: 0px;
}


/* text */


.events-content-future-list-view-space .table thead tr th,
.table tbody tr td,
.events-content-future-list-item-row p,
.events-content-future-list-item-row a {
  margin: 0px;
  font-size: 1rem;
}


.events-content-future-list-view-space .table thead tr th {
  font-weight: 500;
}


.events-content-future-list-item-row a {
  font-weight: 600;
  color: var(--link-topic-color);
}


.events-content-future-list-item-row a:hover {
  color: #f37032;
}

