@charset "utf-8";
/* CSS Document */

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: left;
	margin: 3px;
	cursor:pointer;
	font-weight: bold;
	width: auto;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #CCFFFF;
	padding: 3px;
	text-align: center;
	width: 250px;
}

div.eg-bar{
	width: 500px;
}

.icongroup1{
	width: 500px;
}

.icongroup2{
	width: auto;
}
