Details
Description
There is a rule that affects all objects:
`.crm-container .panel {}`
This is in css/civicrm.css:1501
This rule is far broader than needed and interferes with using bootstrap and civicrm on the same site. All instances of html that are actually using this rule, and all the surrounding rules contain an object type selector `ul.panel`
I recommend changing this rule to be `.crm-container ul.panel` this should have no affect on existing layouts, but will keep from breaking bootstrap (or other css frameworks) panels from being completely hidden.