/* subnav */
.id931771524.story-layout .subnav-tools-wrap #subNavigation {
  display: block;
}

.id931771524 .subnav-tools-wrap #subNavigation .bucketwrap {
  max-width: none;
}

/* Hide the page title */
.id931771524.multimedia .storytitle,
.id931771524.multimedia .story-meta {
  display: none;
}

/* Center align series nav - only works if it's the second paragraph element */
.id931771524 #storytext p:nth-child(3) {
  text-align: center;
}

/* set all images to be no wider than paragraph text */
.id931771524 .bucketwrap {
  max-width: 500px;
  margin: auto;
}

/* Except the first image */
.id931771524 .storytext>.bucketwrap:first-child {
  max-width: 800px;
}

/* right align captions */
.id931771524 .bucketwrap.image .credit {
  text-align: right;
  font-size: 1rem;
}

/* ranking */
.id931771524 .storytext h6.edTag {
  text-align: center;
  margin: 20px auto;
  font-size: 44px;
  color: #333;
  font-weight: 600;
}

/* center ranking, artist and album title and enlarge text */
.id931771524 .storytext h3.edTag {
  color: #333;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.id931771524 .storytext h6.edTag ~ h3:nth-of-type(even) {
  margin-bottom: 20px;
}
