* {
  box-sizing: border-box;
}

.header-container,
.popup-tickets,
.admin-tag,
.menu-toggle-wrap,
.mobile-menu,
.popup-tickets,
.popup-login,
.popup-filters,
.footer,
.sponsorship,
.sprite-hide {
  display: none;
}

.card_grid {
  padding: 0;
  margin: 0;
  list-style: none outside;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.card_grid * {
  box-sizing: border-box;
}
.card_grid > li {
  border: 2px solid #7b8994;
  width: 32%;
  position: relative;
  padding: 10pt;
  padding-right: 45pt;
  margin-bottom: 0.1in;
  min-height: 1.3in;
  display: block;
  page-break-before: avoid;
  page-break-inside: avoid;
  page-break-after: always;
}
.card_grid > li h1 {
  font-size: 11pt;
  max-height: 1in;
}
.card_grid > li .avatar {
  display: none;
}
.card_grid > li .vote {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.card_grid > li .icon-small {
  width: 30pt;
  display: block;
  position: absolute;
  top: 6px;
  right: 3px;
  margin-right: 0 !important;
}
.card_grid > li .icon-small svg {
  width: 30pt;
  height: 30pt;
}
.card_grid > li .icon-small svg:not(:first-of-type):last-of-type {
  width: 30pt;
  height: 10pt;
}
.card_grid .speakers-list {
  font-size: 8pt;
}
.card_grid .speakers-list ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
  display: flex;
  justify-content: space-between;
}
.card_grid .speakers-list ul li {
  width: 45%;
}
.card_grid .heads {
  height: 100px;
}

/*# sourceMappingURL=print.css.map */