﻿.CAIBB_SectionTitle
{
	font-weight: bold;
	font-size: 120%;
	color: Navy;
	margin-bottom: 18px;
}

.CAIBB_SectionContent
{
	margin-bottom: 6px;
}

.CAIBB_CodeBlock
{
	margin-left: 50px;
	width: 400px;
	max-height: 400px;
	border: solid 1px silver;
	font-family: Monospace;
	font-size: 90%;
	padding:12px;
	overflow: scroll; 
	white-space: nowrap;
}

.CAIBB_BulletList
{
	padding-bottom: 12px;
}

