table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold", sans-serif;
  background-color: #e5e5e5;
}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 10px;
}

tbody tr {
  border: 0;
}

tr {
  /* Table row striping */
}

tr.odd {
  background: #fff;
}

tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f6f6f6;
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}
/*# sourceMappingURL=table.css.map */