#selector-pane {
  margin: 2rem auto 2rem auto;
}

.crossword-list-title {
  font-size: 2rem;
  cursor: pointer;
}

.crossword-list-title:hover {
  color: #aaf;
}

.crossword-list-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  user-select: none;
}

.crossword-outlet-ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 5rem;
  font-size: 1em;
  cursor: pointer;
}

.outlet-container {
  max-height: 50vh;
  overflow-y: auto;
}

.crossword-list-puzzle a {
  text-decoration: none;
  color: #77f;
  opacity: 0.7;
  font-style: italic;
}

.crossword-list-puzzle.current-contest a {
  font-weight: bold;
  opacity: 1;
  font-style:normal;
}

.crossword-list-puzzle.completed a {
  color: #7f7;
}

.crossword-list-title .completed {
  color: #7f7;
}

.crossword-list-puzzle.inprogress a {
  color: #b5b;
}

.crossword-list-title .inprogress {
  color: #b5b;
}

.crossword-list-puzzle .sizespan {
  display: inline-block;
  width: 5rem;
  text-align: center;
}

.crossword-list-puzzle a:hover {
  color: #aaf;
  opacity: 1;
}

#about-title {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

#about-title span {
  cursor: pointer;
}

#about-detail {
  margin-left: auto;
  margin-right: auto;
}
