p
{
    color: #333;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.icon
{
    width:110px;
    padding: 7px;
    text-align: center; 
    float: left;'
}
.listgroupback
{
    background-image: url('../images/listGroup.png');
    height: 70px;
    padding-top: 5px;
    padding-left: 5px;
}
.iconlist
{
    height: 70px;
    padding-top: 5px;
    padding-left: 5px;
}
.iconlist > label
{
    color: black;
    text-shadow: rgba(255, 255, 255, .8) 0px -1px 0; 
    font-weight: bold; 
    font-size: larger;
    padding-left: 10px;
}
.listgroupback > label
{
    color: white;
    text-shadow: rgba(0, 0, 0, .4) 0px -1px 0; 
    font-weight: bold; 
    font-size: larger;
    padding-left: 10px;
}
.iconlist img
{
    vertical-align: middle;
}
.listgroupback img
{
    vertical-align: middle;
}
.listgroupback .right
{
    padding-top: 21px;
    float: right;
}