.genre-table-frame {
  margin-bottom: 40px;
}
.genre-table-frame .genre-table-header {
  margin-bottom: 5px;
}
.genre-table-frame .genre-table-header .genre {
  color: #858383;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}
.genre-table-frame .genre-table-header .genre:hover {
  text-decoration: underline;
}
.genre-table-frame .genre-table-platform {
  margin-bottom: 30px;
}
.genre-table-frame .genre-table-platform .artists .artist {
  width: 15.588%;
  margin: 0% 1% 0% 0%;
  display: inline-block;
}
.genre-table-frame .genre-table-platform .artists .artist:nth-child(6n) {
  background-color: yellow;
  margin-right: 0px;
  text-align: right;
}
.genre-table-frame .genre-table-platform .artists .artist .item {
  text-align: left;
}
.genre-table-frame .genre-table-platform .artists .artist .item .badge {
  background-color: #e8e8e8;
  width: 100%;
  height: 250px;
  margin-bottom: 3px;
  display: block;
}
.genre-table-frame .genre-table-platform .artists .artist .item .title .artists {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
.genre-table-frame .genre-table-platform .artists .artist .item .title .artists:hover {
  text-decoration: underline;
}
.genre-table-frame .genre-table-platform .artists .artist .item .subtitle {
  margin-top: -2px;
}
