/* rarities */
.common,.common:hover { font-weight: bold; color: #666666; }
.uncommon,.uncommon:hover { font-weight: bold; color: #006600; }
.rare,.rare:hover { font-weight: bold; color: #888800; }
.legendary,.legendary:hover { font-weight: bold; color: #990099; }
a.common, a.uncommon, a.rare, a.legendary { text-decoration: none; }
a.common:hover, a.uncommon:hover, a.rare:hover, a.legendary:hover { text-decoration: underline; }
i.common, i.uncommon, i.rare, i.legendary, i.common:hover, i.uncommon:hover, i.rare:hover, i.legendary:hover { font-weight: normal; }
/* image sizes in list cards */
.logocard,.logopower { background-size: cover; background-position: center center; }
.logopower { width: 80px; height: 126px; }
.logocard { width: 80px; height: 133px; }
.logoeffect { width: 80px; height: 126px; background-size: contain; background-repeat: no-repeat; background-position: center; }
/*img.common,img.uncommon,img.rare,img.legendary { width: 100px; height: 157px; }*/
#cards_weapon div.flex-column p, #variations div.flex-column p { margin-bottom: -1em; }
/* weapon stats */
span.black { display: inline-block; background-color: #000000; color: #ffffff; line-height: 26px; padding-right: 4px; }
