
Hi, I've been searching around and can't really find an answer to this and pretty sure it should have come up by now. I'm trying to use classes from bootstrap without having to redefine them all for use in the character sheet, e.g. every class specified for use in the HTML gains a "sheet-" prefix thus eludes any of the defined CSS layout. I'm opposed to using tables (and nested tables) for the limitations and readability (and it being pretty much dropped in HTML4) and leaves me looking to have to redefine all classes and stripping those which throw security exceptions (classes with javascript inclusion, content with Unicode characters, etc). So, if we're to use Bootstrap, how can we actually access its classes without this redefinition with the sheet- prefix? TIA!