In the provisioner configuration, when one goes to configure or edit a provisioner, the radio labels are using inline CSS that causes the text to go under the button if the font width or size goes above a certain amount. There is no ID for those spans to reference, so one would have to reference each instance individually in order to adjust the font size. There's at least 60 potential instances in the provisioner config.
Can we pull these inline instances into the base css file, so that they can be overridden by a deployer's custom file?