This refactors panels to require a default class for improved flexibility when customizing (and no overriding to start in our own CSS and fewer overrides for themers). No visual differences have been added—the only change is the addition of the new default class in the regular panel:
<div class="panel panel-default">
...
</div>