.releasetracker-artists-alphabet-container {
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
}

.releasetracker-artists-alphabet {
  display: inline-block;
}

.releasetracker-artists-alphabet a {
  color: white;
  float: left;
  padding: 8px 16px;
}

.releasetracker_artists_alphabet_selected {
  text-decoration: underline !important;
  font-weight: bolder;
}

.releasetracker_artists_alphabet_notselected {
  text-decoration: none !important;
}

.releasetracker-artists-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #1b1b1b;
  border-radius: 5px 5px 5px 5px;
  margin-top: 1%;
}

.releasetracker-artist-entry {
  width: 15% !important;
  height: 10vh !important;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 1%;
  margin-top: 1%;
  border-radius: 5px 5px 5px 5px;
  color: white;
  display: flex;
  flex-wrap: wrap;
}

.releasetracker-artist-entry:hover {
  border-bottom: 2px solid #5e06dd;
  cursor: pointer;
  opacity: 0.9;
}

#releasetracker-list-entry-img-spotify {
  height: 10vh !important;
}

.releasetracker-list-entry-img {
  min-width: 10vh !important;
}

.releasetracker_artists_alphabet_notselected:hover {
  text-decoration: underline !important;
  font-weight: bolder;
}

.releasetracker-list-entry-artist {
  width: 48%;
}

@media (max-width: 768px) {
  .releasetracker-artists-container {
    flex-direction: column;
    width: 100% !important;
  }
  .releasetracker-artist-entry {
    width: 98% !important;

  }
}

@media (max-width: 1281px) {
  .releasetracker-artists-container {
    flex-direction: column;
    width: 100% !important;
  }
  .releasetracker-artist-entry {
    width: 98% !important;

  }
}