This is the second issue I've run across with Bootstrap and CB Subs CSS. The first one happens to the registration buttons. They are truncated and don't allow input. I fixed it using CSS one way and the template designer has a fix here:
www.joomfx.com/support/discussion/1284/quickstart-not-working-properly#Item_37
But this is with the membership templates. The rounded templates are borked unless you change this CSS:
.cb_template * {
box-sizing: border-box;
}
If you delete box-sizing (by putting the CSS into a Gantry-type override file) the template is normal.
See screenshots for before and after.
Mark