h2 {
  margin-bottom: 0.75em;
}
.webjam-progress {
  width: 100%;
  margin-bottom: 1em;
}
.webjam-progress-dates {
  font-size: 0.8em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  gap: 1em;
}
#countdown {
  font-size: 0.8em;
  margin-top: 0.25em;
}
.webjam-progress-bar {
  height: 1em;
  width: 100%;
  position: relative;
  background-color: #eab77533;
  border: 1px solid #323a42;
  border-radius: 2px;
  overflow: hidden;
}
.webjam-progress-bar-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #984624;
}
.participant-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 25px 0;
  padding: 0;
  grid-gap: 0.5em;
}
.participant-list .participant {
  font-size: 0.85em;
  display: block;
  padding: 0.25em 0.5em 0.5em 0.5em;
  border: 1px solid #323a42;
  box-shadow: 1px 1px #323a42;
  border-radius: 3px;
  margin: 0;
  height: 85px;
  background-color: #ffffff66;
}
.participant-list .participant a {
  display: inline;
}
.participant-list .participant .username {
  font-size: 20px;
  font-weight: bold;
}
.center {
  margin: 0 auto;
}
.participant-list.nolink {
  margin-top: -15px;
}
.participant-list.nolink .participant {
  height: auto;
}
@media only screen and (max-width: 700px) {
  .participant-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 440px) {
  .participant-list {
    grid-template-columns: 1fr;
  }
  .participant-list .participant {
    height: auto;
  }
}
@media only screen and (max-width: 375px) {
  .webjam-progress-dates .collapse {
    display: none;
  }
}
html#webjam-announce {
  max-width: 90ch;
}
html#webjam-announce .dates {
  font-variant-numeric: oldstyle-nums;
}
html#webjam-announce #signups h4:first-child {
  margin-top: 0;
}
html#webjam-announce .webjam-plan {
  background-color: #ffffff66;
  border: 1px outset #ffffff44;
  border-radius: 2px;
  padding: 1em;
  white-space: pre-wrap;
  margin: 1em -1rem;
}
html#webjam-announce .container-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 500px) {
  html#webjam-announce .container-1 {
    flex-direction: column;
    gap: 0;
  }
}
html#webjam-announce .vital-info {
  margin-bottom: 1em;
  padding: 1em 1em 0 1em;
  background-color: #ffffff44;
  border: 1px solid #323a42;
  border-radius: 10px;
  box-shadow: 1px 1px #323a42;
  display: inline-block;
}
