/* START Rarity */
.rarity-Junk {
color: #c8c8c8;
font-weight: bolder;
}
.rarity-Common {
color: #c8c8c8;
font-weight: bolder;
}
.rarity-Uncommon {
color: #78ff78;
font-weight: bolder;
}
.rarity-Rare {
color: #78ffff;
font-weight: bolder;
}
.rarity-Epic {
color: #c800c8;
font-weight: bolder;
}
.rarity-Exotic {
color: #a80000;
font-weight: bolder;
}
.rarity-Legendary {
color: #FFAA00;
font-weight: bolder;
}
.rarity-Quest {
color: #FCA800;
font-weight: bolder;
}
.rarity-Currency {
color: #fca800;
font-weight: bolder;
}
.rarity-ERROR {
color: red;
background: black;
border-radius: 8px;
padding: 4px;
font-weight: normal;
}
/* END Rarity */