﻿/*Default style for SPAN icons. Edit if desired: */
.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}
/*CSS used to style the examples. Remove if desired: */
.eg-bar{
background-color: #245EDC;
font-weight: bold;
border: 1px solid silver;
padding: 3px;
color:white;
}
div.eg-bar{
width: 100%;
}
.icongroup1{
width: 100%;
}
.icongroup1 li{
    margin-left:10px;
    /*padding-top:4px;*/
}
