 @charset "UTF-8";

.HueCIT_NoTitle_Bottom,
.HueCIT_Title,
.HueCIT_Title_BG {margin-bottom: 20px;display: inline-block;width: 100%}

.HueCIT_Title > h2 {
	font-size: 14px;
	margin: 0 0 10px;
}
.HueCIT_Title > h2 > .TitleH2 {
	color: #d07d35;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.HueCIT_Title_BG > h2 {
	margin: 0 0 10px;
	background-color: #7abf1a;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.HueCIT_Title_BG > h2 > .TitleH2 {
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}