CB Content Module surrounds all output with cb_template class (CBs CSS namespace class) and loads CB template files. CB Content Bot does not do this. You'll need to first enable in CB Content Bot for it to load CBs template files. You'll then need to surround your substitution with a div or span element that has the CSS class cb_template on it. Example as follows.
Code:
<div class="cb_template">[cb:usertab tab="100" user="#displayedOrMe" formatting="divs" /]</div>
Since we can't know exactly where and why CB Content Bot substitutions are being used we can not force the required namespace parent class around its substitutions usages.