*{
    padding: 0px;
    margin: 0px;
}
.icons a span{
    color: black;
}
.bb{
    border-bottom:5px solid #0094ff;
}
.p-ico{
    width:100%;
}
.ico{
    width:20%;
    float:left;
    
    min-height:40px;
    max-height:inherit;
}
.icotxt{
    margin-left:24%;
    width:55%;
    float:left;
    min-height:40px;
    max-height:inherit;
}
.icotxt span{
    padding-left:2%;
    font-size:20px;
    font-weight:bold;
}
.clrr{
    clear:both;
}