.recordContainer {
  color: rgb(102, 102, 102);
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.recordContainer h5 {
  font-weight: bold;
}
.recordContainer .titleAndDetails p {
  padding-top: 10px;
}
.recordContainer .buttonWrapper {
  text-align: center;
  display: inline-block;
}
.recordContainer .buttonWrapper p {
  margin-bottom: 5px;
  color: black;
}

@media only screen and (max-width: 995px) {
  .buttonWrapper {
    max-width: 85px;
  }
}
#specialGenresButtonBox button {
  transition: opacity 0.2s;
}

#specialGenresButtonBox:hover button:not(:hover) {
  opacity: 0.2;
}/*# sourceMappingURL=vinyls.css.map */