body.widget-snippet .phone-number a {
    font-size: 20px;
    background: #000;
    padding: 30px;
    margin: 30px;
    display: inline-block;
}
.widget-snippet .phone-number a{
text-decoration: none;
color:#ffffff;
border:none;
padding:0;
font-family: 'HelveticaNeue';
font-size:20px;
}
.widget-snippet .phone-number a:hover {
  color: #29AAE2;
	background: none;
  border:none;
}
