.stuck {
    max-height: 100px;
    overflow-y: auto;
}

.statusHp {
    background: #A80A19;
    margin-bottom: 1px;
}

.statusMp {
    background: #0D91E4;
    margin-bottom: 1px;
}

.statusEx {
    background: #C8BBE5;
    margin-bottom: 1px;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}