.charsheet-switch, .charsheet-cover-links {
    text-align: center;
}

.charsheet {
    display: none;
}

.charsheet-cover h1, .charsheet h1 {
    margin-bottom: 0;
    text-align: center;
}

.charsheet-cover h2, .charsheet h2 {
    margin-top: 0;
    font-size: 1.6em;
    color: #999;
    text-align: center;
}

.charsheet-cover h3, .charsheet h3 {
    font-size: 1.6em;
    text-align: center;
}

.charsheet-cover h4, .charsheet h4 {
    margin-top: 0;
    font-size: 1.2em;
    font-family: "stdText";
    text-align: center;
}

.charsheet-switch {
    margin-bottom: -30px;
}

.charsheet-link {
    display: inline-block;
    box-shadow: 0 0 12px rgba(0,0,0,.4), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    background-size: 128px auto;
    background-repeat: no-repeat;
    background-color: rgb(33, 29, 16);
    min-width: 180px;
    font-variant: small-caps;
    transition-duration: 0.2s;
    text-align: center;
    color: #f0f0f0;
    margin: 2px;
}

.charsheet-switch .charsheet-link {
    filter: brightness(40%);
}

.charsheet-link:hover, .charsheet-link.active {
    filter: brightness(120%);
}

.charsheet-link.kriyel {
    background-image: linear-gradient(to left,
        rgba(33, 29, 16, 0),
        rgb(33, 29, 16) 120px,
        rgb(33, 29, 16)
        ),
        url('../images/kriyel-avatar.jpg');
    background-position: right center;
}

.charsheet-link.masak {
    background-image: linear-gradient(to right,
        rgba(33, 29, 16, 0),
        rgb(33, 29, 16) 120px,
        rgb(33, 29, 16)
        ),
        url('../images/masak-avatar.jpg');
    background-position: left center;
}

.charsheet-more {
    display: block;
    font-size: 0.8em;
    color: #999;
}

.charsheet-stat {
    margin-bottom: 16px;
}

.charsheet-stat-icon {
    float: left;
    font-size: 24px;
    margin-top: 16px;
}

.charsheet-stat-value, .charsheet-stat-label {
    display: block;
    margin-left: 40px;
}

.charsheet-stat-label {
    font-size: 0.8em;
    color: #999;
}

.armor .charsheet-stat-icon, .armor .charsheet-stat-value {
    color: #ff8b2d;
}

.weapons .charsheet-stat-icon, .weapons .charsheet-stat-value {
    color: #f33232;
}

.health .charsheet-stat-icon, .health .charsheet-stat-value {
    color: #27cc4e;
}

.charsheet-skill-level {
    text-align: center;
    font-size: 0.8em;
    color: #999;
}

.charsheet-skill-bar {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #121212;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-top: 0.6em;
}

.charsheet-skill-bar-fill {
    height: 100%;
}

.armor .charsheet-skill-bar-fill {
    background: #ff8b2d;
}

.armor .charsheet-skill-level, .armor .charsheet-skill-label {
    color: #ff8b2d;
}

.weapons .charsheet-skill-bar-fill {
    background: #f33232;
}

.weapons .charsheet-skill-level, .weapons .charsheet-skill-label {
    color: #f33232;
}

.marksmanship .charsheet-skill-bar-fill {
    background: #ffd955;
}

.marksmanship .charsheet-skill-level, .marksmanship .charsheet-skill-label {
    color: #ffd955;
}

.healing .charsheet-skill-bar-fill {
    background: #27cc4e;
}

.healing .charsheet-skill-level, .healing .charsheet-skill-label {
    color: #27cc4e;
}

.magic-atk .charsheet-skill-bar-fill {
    background: #d26cd1;
}

.magic-atk .charsheet-skill-level, .magic-atk .charsheet-skill-label {
    color: #d26cd1;
}

.magic-def .charsheet-skill-bar-fill {
    background: #1c8aff;
}

.magic-def .charsheet-skill-level, .magic-def .charsheet-skill-label {
    color: #1c8aff;
}