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

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

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

.eg-bar{
background-color: #5c759f;
color: #ffffff;
font-weight: bold;
border: 1px solid white;
padding: 3px;
margin-right: auto;
    margin-left: auto;
}

div.eg-bar{
max-width: 700px;
margin-right: auto;
    margin-left: auto;
}

.icongroup1{
max-width: 700px;
margin-right: auto;
    margin-left: auto;
}