/* GLOBAL RULESETS */
#crcalc-page #global-rulesets label {
    font-size: 0.85rem !important;
}

/* CHARACTER RULESETS */
#crcalc-page .character-card-body label span {
    font-size: 0.85rem;
}

/* MONSTER RULESETS */
#crcalc-page .monster-card-body label span {
    font-size: 0.85rem;
}

/* MONSTER OPTIONS RULESETS */
#crcalc-page #enemyOptions label {
    font-size: 0.6rem;
}

/* Shrink checkboxes */
#crcalc-page input[type="checkbox"][data-ruleset] {
    transform: scale(0.85);
    margin-right: 0.25rem;
}

