.no-item, .unavailable, #add-item, .char-button  {
    display: none;
}

input, textarea  {
    border: none;
}

#hd-input, #max-armor-input, #str-input, #dex-input, #wil-input, #slots-input {
    color: rgba(128, 128, 128, 0.274);
}

#wound-input, #current-armor-input, #xp-input, #gold-input {
    display: none;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;

    font-size: x-large;

    text-align: center;
}