:root {
  --hib-red: #d71920;
  --hib-ink: #161616;
  --hib-muted: #6c757d;
  --hib-border: #dee2e6;
}

body {
  color: var(--hib-ink);
  background: #f7f7f8;
}

.navbar-brand img {
  height: 34px;
  width: auto;
}

.hero {
  background: #111;
  color: #fff;
}

.hero-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  width: 100%;
  height: auto;
}

.content-band {
  background: #fff;
  border-top: 1px solid var(--hib-border);
  border-bottom: 1px solid var(--hib-border);
}

.card {
  border-radius: 8px;
}

.vote-table th,
.vote-table td {
  vertical-align: top;
}

.vote-cell {
  min-width: 160px;
}

.vote-table thead th:not(.proposal-col) {
  font-size: .875rem;
  line-height: 1.2;
}

.proposal-col {
  min-width: 400px;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
}

thead .proposal-col {
  z-index: 3;
}

.proposal-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.proposal-speakers {
  margin-top: .35rem;
}

.proposal-speaker-name {
  font-weight: 700;
}

.proposal-location {
  font-weight: 400;
}

.abstract-details summary,
.proposal-more summary {
  cursor: pointer;
  list-style: none;
}

.abstract-details summary::-webkit-details-marker,
.proposal-more summary::-webkit-details-marker {
  display: none;
}

.abstract-action {
  color: #0d6efd;
  display: block;
  font-weight: 600;
  margin-top: .35rem;
}

.abstract-hide,
.more-hide,
.abstract-details[open] .abstract-preview,
.abstract-details[open] .abstract-show,
.proposal-more[open] .more-show {
  display: none;
}

.abstract-details[open] .abstract-hide,
.proposal-more[open] .more-hide {
  display: inline;
}

.proposal-more > summary {
  border: 1px solid #6c757d;
  border-radius: .25rem;
  color: #495057;
  display: inline-block;
  font-size: .875rem;
  padding: .25rem .5rem;
}

.proposal-information {
  background: #f8f9fa;
  border: 1px solid var(--hib-border);
  border-radius: 6px;
  font-size: .875rem;
  padding: .75rem;
}

.proposal-information dt,
.proposal-information dd {
  overflow-wrap: anywhere;
}

.readonly-cell {
  background: #f8f9fa;
}

.vote-select.vote-red {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  font-weight: 700;
}

.vote-select.vote-orange {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #111;
  font-weight: 700;
}

.vote-select.vote-green {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
  font-weight: 700;
}

.vote-select:disabled {
  opacity: 1;
}

.footer {
  background: #111;
  color: #ddd;
}

.footer a {
  color: #fff;
}

.small-muted {
  color: var(--hib-muted);
  font-size: .875rem;
}

textarea.code-editor {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  min-height: 420px;
}
