.navbar + .container, .navbar + .container-fluid {
  margin-top: 6rem;
}

.container.narrow {
  max-width: 30rem;
  margin: 10rem auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.btn-sm {
  width: 2.3em;
  height: 2.3em;
}

footer {
  text-align: center;
  margin-top: 3em;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.red {
  color: red;
}

.athlete-section-headline {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

@media (min-width: 576px) {
  .contest-list {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }
  .contest {
    min-width: 350px;
  }
}
.contest-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contest-table tr > *:nth-child(n+2) {
  text-align: right;
  width: 75px;
}

.contest-highlight-row {
  background-color: burlywood !important;
}

/*# sourceMappingURL=app.output.css.map */
