/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: right;
	margin-left: 10px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.iconspan-b{
	margin-right: 10px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

.eg-bar{
	font-size: 11px;
	font-style: italic;
	color: #e4e4e4;
}

div.eg-bar{
	width: ;
}

.eg-bar-b{
	color: #e4e4e4;
}

.icongroup1{
	width: ;
	border: 1px solid #000;
	background-color: #3f3f3f;
	color: #ccc;
	padding: 15px;
}
.icongroup1 p {
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: 0;
}