/* Keep animated outfit sprites centred, following the Highscores presentation. */
#account-manage .account-roster__outfit {
    width: 48px !important;
    height: 48px !important;
    border-radius: 9px !important;
}

#account-manage .account-roster__outfit img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 64px !important;
    height: 64px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}
