:root {
  --header-height: 2.8rem;
  --padding-x: 1.2rem;
}
@media (min-width: 500px) {
  :root {
    --padding-x: 2.2rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --header-height: 6rem;
    --padding-x: 0;
  }
}

section {
  margin-top: 2rem;
  grid-column: 1/-1;
}
section .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .block-title h2 {
  margin-bottom: 0;
}
section.sessionblock .block-title .secondary {
  background: var(--foreground);
  color: var(--theme-color);
  padding: 0 0.2rem;
  font-weight: 600;
}
section.sessionblock table {
  margin: 1rem 0 0;
  padding: 0;
  border-collapse: collapse;
  display: block;
}
@media (min-width: 1024px) {
  section.sessionblock table {
    display: table;
  }
}
section.sessionblock table tr {
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  section.sessionblock table tr {
    padding: 0;
  }
}
section.sessionblock table th {
  font-weight: 600;
}
section.sessionblock table th,
section.sessionblock table td {
  padding: 0.1rem 0;
  text-align: left;
}
@media (min-width: 1024px) {
  section.sessionblock table th,
section.sessionblock table td {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  section.sessionblock table th:first-child,
section.sessionblock table td:first-child {
    padding-left: 0;
  }
}
section.sessionblock table tbody {
  display: block;
}
@media (min-width: 1024px) {
  section.sessionblock table tbody {
    display: table-row-group;
  }
}
section.sessionblock table tbody tr {
  display: block;
}
@media (min-width: 1024px) {
  section.sessionblock table tbody tr {
    display: table-row;
  }
}
section.sessionblock table tbody tr td {
  display: block;
}
@media (min-width: 1024px) {
  section.sessionblock table tbody tr td {
    display: table-cell;
  }
}
section.sessionblock table tbody tr td.room {
  font-weight: 600;
}
@media (min-width: 1024px) {
  section.sessionblock table tbody tr td.room {
    font-weight: 400;
    width: 9.6rem;
  }
}
@media (min-width: 1024px) {
  section.sessionblock table tbody tr td.topic {
    font-weight: 500;
    width: 24rem;
  }
}
@media (min-width: 1280px) {
  section.sessionblock table tbody tr td.topic {
    width: 33.6rem;
  }
}
section.sessionblock table tbody tr td.tags {
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 1024px) {
  section.sessionblock table tbody tr td.tags {
    font-weight: 400;
    width: 14.4rem;
  }
}
section.sessionblock table tbody tr td.tags ul {
  margin: 0;
  padding: 0;
  list-style: " ";
  display: flex;
  flex-wrap: wrap;
}
section.sessionblock table tbody tr td.tags ul li::before {
  content: "#";
}
section.sessionblock table tbody tr:not(:first-child) {
  border-top: 1px solid var(--foreground);
}
section.inbetweenblock {
  padding: 1rem;
  background: var(--theme-color);
}

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