thats what happens if you load the bootstrap library its going to load a lot of styles ( in your case 7000 + Lines of CSS ) that will either not be required or create conflicts.
You should extract and load just the CSS styles you need for the tool you developed instead.