.page.dropFilter #legendaryGear {
  margin-top: 1em;
}
.page.dropFilter #legendaryGear fieldset {
  vertical-align: top;
}
.page.dropFilter #legendaryGear > fieldset {
  margin-bottom: 2em;
}
.page.dropFilter #legendaryGear > fieldset fieldset {
  margin-bottom: 1em;
  margin-right: 1em;
}
.page.dropFilter .legendary {
  display: flex;
  align-items: center;
  background-color: #323232;
  border-radius: 0 1.3em 0 0.75em;
  border: 5px solid #2a2a2a;
  position: relative;
  margin-bottom: 1em;
}
.page.dropFilter .legendary.excludedByFilter,
.page.dropFilter .legendary.excludedBySearch {
  display: inline-block !important;
  opacity: 0.05;
}
.page.dropFilter .legendary .icon {
  max-height: 5em;
  background: linear-gradient(to bottom, #252525 0%, #ce7237 4.5em);
  border-radius: 0 0.75em 0 0.75em;
  border-bottom: 3px solid #f5be75;
  margin-right: 0.75em;
}
.page.dropFilter .legendary .name,
.page.dropFilter .legendary .rarity,
.page.dropFilter .legendary .dropSource {
  display: block;
  max-width: 18em;
}
.page.dropFilter .legendary .rarity {
  margin-top: 0.5em;
}
.page.dropFilter .legendary .rarity.rarityBasic {
  color: #555;
}
.page.dropFilter .legendary .rarity.rarityPrecious {
  color: #c2c200;
}
.page.dropFilter .legendary .rarity.rarityRare {
  color: #c200c2;
}
.page.dropFilter .legendary .rarity.rarityUltimate {
  color: #c20000;
}
.page.dropFilter .legendary .name {
  width: 14em;
}
.page.dropFilter .legendary .hasRandomAffixes {
  font-size: 0.75em;
  color: #afa;
}
.page.dropFilter .legendary .dropSource {
  font-size: 0.75em;
  color: #aaa;
}
.page.dropFilter .legendary .dropSource.everywhere {
  color: #555;
}
/*# sourceMappingURL=dropFilter.css.map */