/* CSS Document */
/*Default style for SPAN icons. Edit if desired: */
.iconspan{
  float: right;
  margin: 0px 0px 0px 5px;
  cursor:hand;
  cursor:pointer;
  font-weight: bold;
}

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

.eg-bar{
  font-weight: bold;
  border: 1px thin black;
  padding: 1px;
  cursor:hand;
  cursor:pointer;
  text-decoration:underline;
}

div.eg-bar{
  width: 300px;
}

.icongroup1{
  width: 400px;
}
