body {
  background: #000;
  color: #eee;
  font-family: sans-serif;
  margin: 0;
  padding: 1rem;
}

a {
  color: #8cf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin: 0.25rem 0;
}

.thumbnail {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin-top: 0.25rem;
}

.browse-nav {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.browse-nav-sep {
  margin: 0 0.5rem;
  color: #666;
}

.breadcrumbs {
  font-family: monospace;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
  word-break: break-all;
}

.crumb-sep {
  margin: 0 0.35rem;
  color: #888;
}

.crumb-current {
  color: #ccc;
  font-weight: 600;
}

