nav {
  overflow: scroll;
  white-space: nowrap;
}

img {
  max-width: 100%;
}

.text16 {
  font-size: 16px;
}

.text24 {
  font-size: 24px;
}

.bold {
  font-weight: bold;
}

.collection {
  border: none;
}

.right {
  text-align: right;
}

.margin0 {
  margin: 0;
}

.thumbnail {
  width: 200px;
}

.gallery {
  display: flex;
  justify-content: center;
  padding: 1em;
}

.gallery__image {
  margin: 0 1em;
  max-width: 400px;
  position: relative;
}

.gallery__delete,
.gallery__rotate {
  border-radius: 50%;
  font-size: 16px;
  padding: 8px;
  position: absolute;
  top: 0;
}

.gallery__delete {
  background: #e50303;
  color: white;
  right: 0;
}

.gallery__rotate {
  background: white;
  color: black;
  left: 0;
}

.nav-wrapper a {
  color: inherit;
}

.fixed-action-btn .btn-floating i {
  color: inherit;
}

.owned {
  font-weight: bold;
  position: relative;
}

.owned:before {
  content: '✓';
  position: absolute;
  left: 6px;
}

.first-edition:before {
  content: '1️⃣ ✓';
  left: -12px;
}

.collection {
  overflow: visible;
}

.card__icons {
  display: flex;
}

.danger {
  color: #e50303;
}
