*{
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: .95em;
}

.icon{
    background-color: #666;
    width: 16px;
    padding: 7px 3px 6px 3px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: .89em;
    margin-right: 3px;
}

.facebook{
    background-color: #4267b2;
}

.instagram{
    background-color: #5560a8;
}

.linkedin{
    background-color: #006699;
}

table tr td{
    line-height: 15px;
    padding: 5px 0; 
}

table a{
    color: #333;
    /*text-decoration: none;*/
}

table a:hover{
    text-decoration: underline;
}