#character-data {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 4px;
    text-align: left;
}

.wrapper {
    padding: 4px;
    display: block;
    margin: 4px 0;
    text-align: center;
    text-decoration: none;
    color: black;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.wrapper img {
    display: block;
}

#character-image {
    display: inline-block;
    width: 128px;
    height: 128px;
    background-size: cover;
    position: relative;
}

#character-info {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
}

#rounded-character-image {
    border-radius: 50%;
    display: inline-block;
    width: 230px;
    height: 230px;
    background-size: cover;
    position: relative;
}

.progress-bar {
    background-color: #5c5c5c;
    height: 27px;
    padding: 4px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.progress-bar #t {
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    color: white !important;
    display: inline-block;
    bottom: 3px;
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
}

.health span {
    background-color: #ee3939;
    max-width: 100%;
    min-width: 0%;
}

.mana span {
    background-color: #6969fe;
    max-width: 100%;
    min-width: 0%;
}

.level span {
    background-color: #b2e264;
    max-width: 100%;
    min-width: 0%;
}

.ninjutsu span {
    background-color: #2a65dc;
    max-width: 100%;
    min-width: 0%;
}

.rest span {
    background-color: #adadad;
    max-width: 100%;
    min-width: 0%;
}

.tai span {
    background-color: #21f821;
    max-width: 100%;
    min-width: 0%;
}

.blade span {
    background-color: #9b9b9b;
    max-width: 100%;
    min-width: 0%;
}

.cc span {
    background-color: #8dd3d4;
    max-width: 100%;
    min-width: 0%;
}

.speed span {
    background-color: #ff2222;
    max-width: 100%;
    min-width: 0%;
}

.throw span {
    background-color: #e024fc;
    max-width: 100%;
    min-width: 0%;
}

.avoid span {
    background-color: #dfb933;
    max-width: 100%;
    min-width: 0%;
}

.agi span {
    background-color: #1ed869;
    max-width: 100%;
    min-width: 0%;
}

.talentbox {
    left: -0%;
    display: inline-block;
    margin: 1px;
    position: relative;
}

.talentValue {
    position: absolute;
    bottom: -2px;
    text-align: center;
    width: 32px;
    color: white;
    font-size: 14px;
}

.eq-slot {
    display: inline-block;
    width: 54px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 54px;
    max-width: 80px;
    width: 80px;
    text-align: center;
    margin-bottom: 15px;
}

.eq-container {
    margin: auto;
    background-image: url('/layout/images/items/ninja_body.png');
    background-repeat: no-repeat;
    background-position: 54.5%;
    background-size: 150px 215px;
    min-height: 220px;
}

.item-image {
    max-width: 40px;
    max-height: 40px;
    position: relative;
    top: 10%;
    left: 2%;
}

.eq-item {
    position: relative;
    left: 55%;
    top: 28px;
    transform: translate(-50%, -50%);
    color: black;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin: auto;
}

/* ---- treść zakładek ---- */
.tabs-container {
}

.tabs-container .tab-content {
}

.tabs-container.js .tab-content {
    display: none;
    padding: 1em;
    font-size: 2em;
    background: #eee;
    border-radius: 2px;
}

.tabs-container.js .tab-content.active {
    display: block;
}

.character-title {
    position: absolute;
    bottom: -5px;
    right: 8px;
    left: 10px;
    background-color: rgba(231, 161, 38, 1);
    color: white;
    pointer-events: none;
    border-radius: 50% 50% 5px 5px;
    width: 210px;
    height: 40px;
    padding: 10px;
    font-size: 20px;
}